Files
python-keystoneclient/keystoneclient
henriquetruta 57b0fe2c8f Inherited role domain calls on keystoneclient v3
This patch allows the user to perform the
following API calls through the
python-keystoneclient:

Assign role to user on projects owned by a domain:
PUT /OS-INHERIT/domains/{domain_id}/users/{user_id}/roles/inherited_to_projects
List user's inherited project roles on a domain:
GET /OS-INHERIT/domains/{domain_id}/users/{user_id}/roles/inherited_to_projects
Check if user has an inherited project role on domain:
HEAD /OS-INHERIT/domains/{domain_id}/users/{user_id}/roles/{role_id}/inherited_to_projects
Revoke an inherited project role from user on domain:
DELETE /OS-INHERIT/domains/{domain_id}/users/{user_id}/roles/{role_id}/inherited_to_projects

These same operations regarding groups instead of users are also available.

Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br>
Co-Authored-By: Samuel Medeiros <samuel@lsd.ufcg.edu.br>

Change-Id: I877168e3922cdd19868d508ef9fc34d0c7e7abcb
Closes-bug: 1367866
2015-04-06 13:41:41 -03:00
..
2014-06-18 19:12:39 -05:00
2014-11-20 17:37:11 -06:00
2012-09-29 16:03:23 -07:00
2014-10-25 15:10:34 -05:00
2015-01-31 08:03:37 -06:00
2015-01-07 19:45:12 +00:00
2015-01-31 08:03:37 -06:00
2014-02-08 22:22:08 +08:00
2015-01-07 19:45:12 +00:00
2015-02-09 20:34:49 -06:00
2014-10-28 20:33:19 +00:00
2015-01-31 08:03:37 -06:00