Reviewed:  https://review.openstack.org/449652
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=7fdd8757036e7f014528b977ee27007a125d841c
Submitter: Jenkins
Branch:    master

commit 7fdd8757036e7f014528b977ee27007a125d841c
Author: Mateusz Kowalski <[email protected]>
Date:   Fri Mar 24 15:10:39 2017 +0100

    Make API calls in Instances.DetailView parallel
    
    In order to increase rendering speed, make nova
    and network api calls parallel in instance Detail
    View panel.
    
    Closes-bug: #1675788
    Change-Id: I3c94292981d6bf11e6e2947704b314842a99676f


** Changed in: horizon
       Status: In Progress => 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/1675788

Title:
  Sequential API requests in instance details as a bottleneck

Status in OpenStack Dashboard (Horizon):
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to