← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1655307] [NEW] Sequential API requests in instance list as a bottleneck

 

Public bug reported:

When loading instances list, the following API calls are executed
sequentially

* nova server list
* neutron update addresses
* nova flavor list
* glance image list

Only the first one really needs to be the first one, three following
ones can be run in parallel. Currently it acts as a big bottleneck in
environments with a lot of servers, flavours and images.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  Sequential API requests in instance list as a bottleneck

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When loading instances list, the following API calls are executed
  sequentially

  * nova server list
  * neutron update addresses
  * nova flavor list
  * glance image list

  Only the first one really needs to be the first one, three following
  ones can be run in parallel. Currently it acts as a big bottleneck in
  environments with a lot of servers, flavours and images.

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


Follow ups