]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Support Quota extension in MidoNet plugin
authorTomoe Sugihara <tomoe@midokura.com>
Fri, 4 Jul 2014 09:06:57 +0000 (09:06 +0000)
committerTomoe Sugihara <tomoe@midokura.com>
Wed, 16 Jul 2014 05:53:55 +0000 (05:53 +0000)
Implements: blueprint midonet-support-quotas-ext

Change-Id: I848e36273b655355e5a833c48d7be417df95c7f4

neutron/plugins/midonet/plugin.py

index 3de1194ffe9788a6b7e5200d783cac8c096778e2..ac699c37db08ffcb5ac8245bbfe6b2f775132e9f 100644 (file)
@@ -191,7 +191,8 @@ class MidonetPluginV2(db_base_plugin_v2.NeutronDbPluginV2,
                       securitygroups_db.SecurityGroupDbMixin):
 
     supported_extension_aliases = ['external-net', 'router', 'security-group',
-                                   'agent', 'dhcp_agent_scheduler', 'binding']
+                                   'agent', 'dhcp_agent_scheduler', 'binding',
+                                   'quotas']
     __native_bulk_support = False
 
     def __init__(self):