Support Quota extension in MidoNet plugin

Implements: blueprint midonet-support-quotas-ext

Change-Id: I848e36273b655355e5a833c48d7be417df95c7f4
This commit is contained in:
Tomoe Sugihara 2014-07-04 09:06:57 +00:00
parent eb394a9168
commit ee336044ae

View 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):