yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55090
[Bug 1613527] [NEW] shouldn't retrieve all(nova/neutron/cinder) quota usage data while we create network
Public bug reported:
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.
** Affects: horizon
Importance: Undecided
Status: New
** Summary changed:
- shouldn't retrieve all(nova/neutron/cinder) while we create network
+ shouldn't retrieve all(nova/neutron/cinder) quota usage data while we create network
--
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
Follow ups