← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1722417] [NEW] [Performance] Unless network API calls on instance panel

 

Public bug reported:

The function calling at https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/instances/views.py#L95 is useless because Horizon is using the detailed API to get server list, see https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L529
With detailed API, the addresses of server are returned. So there is no need to call Neutron API to get the addresses info.

** Affects: horizon
     Importance: Undecided
     Assignee: Feilong Wang (flwang)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Feilong Wang (flwang)

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

Title:
   [Performance] Unless network API calls on instance panel

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The function calling at https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/instances/views.py#L95 is useless because Horizon is using the detailed API to get server list, see https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L529
  With detailed API, the addresses of server are returned. So there is no need to call Neutron API to get the addresses info.

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


Follow ups