Thanks for the info. Looks like I need to update my current version of the keystone v3 api so I can use role_assignments
On Mon, Oct 13, 2014 at 11:04 PM, Dean Troyer <[email protected]> wrote: > On Mon, Oct 13, 2014 at 3:28 PM, Priti Desai <[email protected]> > wrote: > >> I don’t know about Keystone Client V3 API but OpenStack client has a way >> to get the list of users and their roles under a project: >> >> *openstack role assignment list --project=project-a* >> > > This is implemented in the v3 API with role_assignments.list(). OSC does > a bit of processing before and after so to match its output you would want > to look at openstackclient.identity.v3.role_assignment:ListRoleAssignment > > dt > > -- > > Dean Troyer > [email protected] > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
