Guys

I have some python code that utilizes the v3 keystone api.

Part of it will remove a user/role from project and as long as there are no
other user/role assignments it'll nuke the project.
Question: Is there a cleaner way to check project membership other than
looping through a list of all users and passing the id (along with the
project id)  to the line:

*keystone.roles.list(user=userid, project=projectid)*

and checking the result of each pass?  (*keystone* represents the authN
object)

Cheers
Mike
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to