← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1508568] [NEW] get_attachment_name() makes a lot of unnecessary calls to Nova

 

Public bug reported:

Due to some unexpected condition the `else` branch here
https://github.com/openstack/horizon/blob/stable/juno/openstack_dashboard/dashboards/project/volumes/volumes/tables.py#L268
is often hit, this causes a lot of requests to Nova made while rendering
Admin->Volumes panel (even with all required instances already collected
one time).

** Affects: horizon
     Importance: Undecided
     Assignee: Paul Karikh (pkarikh)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Paul Karikh (pkarikh)

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

Title:
  get_attachment_name() makes a lot of unnecessary calls to Nova

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Due to some unexpected condition the `else` branch here
  https://github.com/openstack/horizon/blob/stable/juno/openstack_dashboard/dashboards/project/volumes/volumes/tables.py#L268
  is often hit, this causes a lot of requests to Nova made while
  rendering Admin->Volumes panel (even with all required instances
  already collected one time).

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


Follow ups