Support Quota extension in MidoNet plugin
Implements: blueprint midonet-support-quotas-ext Change-Id: I848e36273b655355e5a833c48d7be417df95c7f4
This commit is contained in:
parent
eb394a9168
commit
ee336044ae
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user