yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43324
[Bug 1462694] Re: python keystone v3 client RoleAssignmentManager needs to pass include_subtree
see https://review.openstack.org/#/c/188184/ for a patch
** Also affects: python-keystoneclient
Importance: Undecided
Status: New
** Changed in: keystone
Status: New => Invalid
** Changed in: python-keystoneclient
Importance: Undecided => Low
** Changed in: python-keystoneclient
Assignee: (unassigned) => Dan Nguyen (daniel-a-nguyen)
** Changed in: python-keystoneclient
Status: New => In Progress
--
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:
In Progress
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