← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1661423] Re: No need to get all the information for servers for some pages

 

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

commit c33b0840cbb0f0c29c9e12f56d986c2740d8f9c8
Author: Lingxian Kong <anlin.kong@xxxxxxxxx>
Date:   Thu Jan 26 15:04:08 2017 +1300

    Only get detailed info for Nova servers when necessary
    
    Horizon will get all servers from Nova in different several places,
    but sometimes it only need ID and name instead of all the related
    information of servers. novaclient already support 'detailed=False'
    param for servers query.
    
    Horizon page loading performance can also be improved with this patch.
    
    Closes-Bug: #1661423
    Change-Id: Ic4cc95cb4eaed0461a22ab1045fa83ba5a5e9ce4


** 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/1661423

Title:
  No need to get all the information for servers for some pages

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When loading panels like 'Floating IPs', 'Volumes', etc. Horizon will
  get all the information for all servers from Nova, which will take
  bunch of time especially when there are huge number of VMs in the
  cloud.

  Since novaclient already support 'detailed=False' when listing
  servers, Horizon could also benefit from that.

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


References