]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Extending quota support for neutron LBaaS entities
authorEvgeny Fedoruk <evgenyf@radware.com>
Wed, 29 Jan 2014 07:39:01 +0000 (23:39 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:12 +0000 (15:20 +0800)
commit2082aa63d2736a02a1d5877d88c8cc5541a4b264
tree966b6fe845d664dd1e0e6e1c07522a8ead8b8de0
parent30d37f1188391e0732020ac8818f470e54487bee
Extending quota support for neutron LBaaS entities

Note: This change is a continuation of abandoned
      change https://review.openstack.org/#/c/58720/
      Previous change was abandoned due to rebase problem.

Extending quota mechanism to support neutron
LBaaS entities. Adding quota for vips, pools, members
and health monitors.

This is one of four changes related to the BP.
This one is for neutron project.
Another one is for python-neutronclient package,
another one for tempest,
and another one for horizon/openstack-dashboard project

See blueprint neutron-quota-extension for another two changes.

Change-Id: I64a1d3647a4eb21833266346377416638667a931
Implements: blueprint neutron-quota-extension
etc/neutron.conf
neutron/extensions/loadbalancer.py
neutron/tests/unit/services/loadbalancer/test_loadbalancer_plugin.py
neutron/tests/unit/services/loadbalancer/test_loadbalancer_quota_ext.py [new file with mode: 0644]