← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1369137] [NEW] LIsting groups roles performance

 

Public bug reported:

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?group.id=<group_id>&scope.project.id=<project_id>

This issue is similar to bug #1278920.

** Affects: horizon
     Importance: Undecided
     Assignee: Rodrigo Duarte (rodrigodsousa)
         Status: In Progress

** Changed in: horizon
     Assignee: (unassigned) => Rodrigo Duarte (rodrigodsousa)

** Changed in: horizon
       Status: New => In Progress

-- 
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):
  In Progress

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?group.id=<group_id>&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


Follow ups

References