yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13476
[Bug 1305957] [NEW] LBaaS extension doesn't register it's resources to quota engine
Public bug reported:
LBaaS extension is using the new resource_helper module to register its resources to resource manager.
This change https://review.openstack.org/#/c/69803/3 added new quota resources.
In order those new quota resources to be registered in quotas engine, register_quota=True argument should be passed to the resource_helper.build_resource_info() function.
neutron/extensions/loadbalancer.py line 351
This bug causes modified tempest quotas test from https://review.openstack.org/#/c/60008 to fail
because new lbaas quota resources are not registered
** Affects: neutron
Importance: Undecided
Assignee: Evgeny Fedoruk (evgenyf)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Evgeny Fedoruk (evgenyf)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1305957
Title:
LBaaS extension doesn't register it's resources to quota engine
Status in OpenStack Neutron (virtual network service):
New
Bug description:
LBaaS extension is using the new resource_helper module to register its resources to resource manager.
This change https://review.openstack.org/#/c/69803/3 added new quota resources.
In order those new quota resources to be registered in quotas engine, register_quota=True argument should be passed to the resource_helper.build_resource_info() function.
neutron/extensions/loadbalancer.py line 351
This bug causes modified tempest quotas test from https://review.openstack.org/#/c/60008 to fail
because new lbaas quota resources are not registered
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1305957/+subscriptions
Follow ups
References