yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43392
[Bug 1462694] Re: python keystone v3 client RoleAssignmentManager needs to pass include_subtree
Reviewed: https://review.openstack.org/188184
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=7ff3955665b64e59db8bf1668ae5d7839bb6b730
Submitter: Jenkins
Branch: master
commit 7ff3955665b64e59db8bf1668ae5d7839bb6b730
Author: daniel-a-nguyen <dan.nguyens.mail@xxxxxxxxx>
Date: Wed Jun 3 14:39:34 2015 -0700
Add include_subtree to role_list_assignments call
This is needed for Domain Admin to list role assignments.
Related-Bug: 1437407
Depends-On: I3495c7cab3b40811b2722ac7d70ddda30410b62b
Closes-Bug: #1462694
Change-Id: I63849d5f39d090fec3ef6b9182f339e198e0c551
** Changed in: python-keystoneclient
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1462694
Title:
python keystone v3 client RoleAssignmentManager needs to pass
include_subtree
Status in OpenStack Identity (keystone):
Invalid
Status in python-keystoneclient:
Fix Released
Bug description:
In order for a Domain Admin to successfully list the role assignments
in the v3 api we need to pass a new request parameter to the api.
Horizon depends on this for domain support.
The call looks like this
GET /v3/role_assignments?scope.domain.id=id&include_subtree
and the results will return all the project role_assignments for the domain id.
This can be further filters by project id in the client code.
This is related to https://bugs.launchpad.net/keystone/+bug/1437407
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1462694/+subscriptions
References