yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62622
[Bug 1675788] [NEW] Sequential API requests in instance details as a bottleneck
Public bug reported:
When loading instance details, the following API calls are executed
sequentially
* api.nova.server_get
* api.nova.instance_volumes_list
* api.nova.flavor_get
* api.network.server_security_groups
* api.network.servers_update_addresses
The last 4 can be executed in parallel.
** 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/1675788
Title:
Sequential API requests in instance details as a bottleneck
Status in OpenStack Dashboard (Horizon):
New
Bug description:
When loading instance details, the following API calls are executed
sequentially
* api.nova.server_get
* api.nova.instance_volumes_list
* api.nova.flavor_get
* api.network.server_security_groups
* api.network.servers_update_addresses
The last 4 can be executed in parallel.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1675788/+subscriptions
Follow ups