← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1646394] Re: Slowness on access & security page due to calls to neutron/ports.json?tenant_id=XXXXX

 

The Access and Security panel was split up and the result is that the
API call in question is no longer called when not necessary, and it's
not ever called twice.

** Changed in: horizon
       Status: New => Confirmed

** Changed in: horizon
       Status: Confirmed => Invalid

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

Title:
  Slowness on access & security page due to calls to
  neutron/ports.json?tenant_id=XXXXX

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When opening the access & security page in Horizon we experience some
  extreme slowness for tenants with a large amount of instances (200+).

  Looking at the debug logs the following calls take over 5 seconds:
  https://neutron/v2.0/ports.json?tenant_id=XXXXXXXXX

  This call is done twice for this page.

  Since there are no interfaces shown on this page I am wondering why this call is being done at all.
  Doing it twice makes the problem worse.

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


References