← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1722417] Re: [Performance] Useless network API calls on instance panel

 

Changing status to Opinion since there is some debate about whether this
can be safely removed.  If the consensus on the horizon team is that
this should indeed be pursued, feel free to change the status back to
New.

** Tags added: performance

** Changed in: horizon
       Status: In Progress => Opinion

-- 
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] Useless network API calls on instance panel

Status in OpenStack Dashboard (Horizon):
  Opinion

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


References