yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26079
[Bug 1369137] Re: Listing groups roles performance
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1369137
Title:
Listing groups roles performance
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
In UpdateProjectGroupsAction, is done a call to every group in a
project to get their roles:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/projects/workflows.py#L313.
With Identity V3 API, it's possible to get this information using a
single API call: GET v3/role_assignments?scope.project.id=<project_id>
This issue is similar to bug #1278920.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1369137/+subscriptions
References