Re: [Openstack] list members of a project

2016-04-20 Thread Jagga Soorma
Yea so I was able to get the list of users as the cloud admin using the "openstack user list --project proj --domain domain" command. However, I can't seem to do this as the domain admin (admin on both domain and project): -- $ openstack user list --project proj --domain domain You are not author

Re: [Openstack] list members of a project

2016-04-20 Thread Remo Mattei
you should really move to the openstack command like openstack user list (example) Remo > On Apr 20, 2016, at 16:40, Steve Heyman wrote: > > I think keystone user-list does this. See > http://docs.openstack.org/developer/keystone/cli_examples.html#user-list >

Re: [Openstack] list members of a project

2016-04-20 Thread Steve Heyman
I think keystone user-list does this. See http://docs.openstack.org/developer/keystone/cli_examples.html#user-list [cid:B0E01E2B-115E-4F7C-8014-53839A1AC144] From: Jagga Soorma mailto:jagg...@gmail.com>> Date: Wednesday, April 20, 2016 at 6:20 PM To: openstack mailto:openstack@lists.openstack.

Re: [Openstack] list members of a project

2016-04-20 Thread Jagga Soorma
BTW I should mention that my openstack instance has been integrated into active directory so horizon does not show any project member information. Thanks. On Wed, Apr 20, 2016 at 4:20 PM, Jagga Soorma wrote: > Hi Guys, > > So I am able to find out what role a user has for a specific project, bu