← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1613527] Re: shouldn't retrieve all(nova/neutron/cinder) quota usage data while we create network

 

*** This bug is a duplicate of bug 1675504 ***
    https://bugs.launchpad.net/bugs/1675504

** This bug has been marked a duplicate of bug 1675504
   openstack_dashboard.usage.quotas.tenant_quota_usages fetches to many quotas and degrades performances

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

Title:
  shouldn't retrieve all(nova/neutron/cinder) quota usage data while we
  create network

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/usage/quotas.py#L383-L405

  As we could see code above the tenant_quota_usages() will get
  nova/neutron/cinder the quota usage.

  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/networks/tables.py#L94

  we check the quota usage(tenant_quota_usages()) while we create
  network, but the quota data of nova or cinder is unnecessary for
  network creation action.

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


References