← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1257326] Re: nova quotas are used for floating IP even when neutron is used

 

** Changed in: horizon
       Status: Incomplete => 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/1257326

Title:
  nova quotas are used for floating IP even when neutron is used

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Horizon does not allow user to allocate floating IP address even if neutron quota allows it.
  This is because we always use nova quotas.

  The project/overview page shows the correct limits in the pie charts but
  Access & Security FIPs page had the "Allocate IP to Project" button disabled based on a call to quotas.tenant_quota_usages(request)

  This code uses only nova to retrieve quotas/limits in
  tenant_quota_usages_from_limits from usage/quotas.py

  But what we would need to add is the logic from get_neutron_limits in
  usage/base.py

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


References