← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1445249] [NEW] Fix bad performance when editing domain members

 

Public bug reported:

Closely related to bug #1365685. The same problem occurs in the Edit
action under Identity->Domains panel.

Function UpdateDomain.handle() uses API call user_list(), which doesn't
scale and causes Horizon to take a long time to update the domain
members. get_domain_users_roles() can be used here to improve the
performance.

** Affects: horizon
     Importance: Undecided
     Assignee: Jingjing Ren (jingjing-ren)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Jingjing Ren (jingjing-ren)

-- 
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/1445249

Title:
  Fix bad performance when editing domain members

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Closely related to bug #1365685. The same problem occurs in the Edit
  action under Identity->Domains panel.

  Function UpdateDomain.handle() uses API call user_list(), which
  doesn't scale and causes Horizon to take a long time to update the
  domain members. get_domain_users_roles() can be used here to improve
  the performance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1445249/+subscriptions


Follow ups

References