Why does keystone user-role-list turn up emtpy.
I have exported the correct variables, so I have admin priveleges. I can use the keystone command line tool, and get results for most commands. However some commands do not give the expected results.
For example:
keystone user-list
does list all users.
keystone user-role-list --user-id <some id>
however always turns up emtpy (no error message). And this for any user id.
Withtout a --user-id parameter I get the roles the admin user has...
How do I list all the roles a user has?
This is for openstack Havana