← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1663170] [NEW] call neutron api twice for list subnet when count subnet quotas

 

Public bug reported:

When update a tenant's subnet quota, we have to list all existed subnets
to count the minimal quota for subnet. In current code, it first lists
none-shared subnets and then lists shared subnets. At last, put the two
values together. It has to call neutron list subnet api twice. In fact,
it can be done by one api call without shared parameter.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  call neutron api twice for list subnet when count subnet quotas

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When update a tenant's subnet quota, we have to list all existed
  subnets to count the minimal quota for subnet. In current code, it
  first lists none-shared subnets and then lists shared subnets. At
  last, put the two values together. It has to call neutron list subnet
  api twice. In fact, it can be done by one api call without shared
  parameter.

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


Follow ups