]> 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)
committerEvgeny Fedoruk <evgenyf@radware.com>
Thu, 30 Jan 2014 08:43:47 +0000 (00:43 -0800)
commitb53ebc7a8a25478492d89c1c12b959f1ce94cdc2
tree9856c7cff016d5893910c0affc42200eb391e77b
parentb78eea6146145793a7c61705a1602cf5e9ac3d3a
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]