How to verify that the admin role was added to glance user?
Hi,
In the Juno glance installation guide ( http://docs.openstack.org/juno/instal... ) it says to ...
Add the admin role to the glance user:
$ keystone user-role-add --user glance --tenant service --role admin
How can I verify that this was done?
Thanks