From: Aaron Rosen Date: Thu, 15 Nov 2012 17:40:53 +0000 (-0800) Subject: Allow NVP plugin to use per-tenant quota extension X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7a07690feb7dc5ce1337befbd5b46f1bce02727e;p=openstack-build%2Fneutron-build.git Allow NVP plugin to use per-tenant quota extension Change-Id: I704b52471e44b2d4e75dcf4435d55d6c6974a870 --- diff --git a/quantum/extensions/extensions.py b/quantum/extensions/extensions.py index 2725348c3..b7af3b36c 100644 --- a/quantum/extensions/extensions.py +++ b/quantum/extensions/extensions.py @@ -50,6 +50,11 @@ ENABLED_EXTS = { 'ext_alias': ["quotas"], 'ext_db_models': ['quantum.extensions._quotav2_model.Quota'], }, + 'quantum.plugins.nicira.nicira_nvp_plugin.QuantumPlugin.NvpPluginV2': + { + 'ext_alias': ["quotas"], + 'ext_db_models': ['quantum.extensions._quotav2_model.Quota'], + }, }