[Yahoo-eng-team] [Bug 1253058] Re: Is there a way to make entire group as admin?

2013-11-20 Thread Eric Brown
This bug is really a question. ** Changed in: keystone Status: New => Invalid ** Converted to question: https://answers.launchpad.net/keystone/+question/239528 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. h

[Yahoo-eng-team] [Bug 1253058] Re: Is there a way to make entire group as admin?

2013-11-25 Thread Senthilkumar
I have already created a role called "admin" and listing same in "user- list", but when i try to map the admin role to group thrown error. can you send me or point me curl command to map the admin role to the group to get admin rights. I am using keystone folsom code. fyi. ** Changed in: keyston

[Yahoo-eng-team] [Bug 1253058] Re: Is there a way to make entire group as admin?

2013-11-26 Thread Dolph Mathews
Folsom doesn't support this operation, as it was introduced in grizzly. The call is basically: PUT /v3/projects/{project_id}/groups/{group_id}/roles/{role_id} Relevant API docs: https://github.com/openstack/identity-api/blob/master/openstack- identity-api/v3/src/markdown/identity-api-v3.md#