Support Quota extension in MidoNet plugin
Implements: blueprint midonet-support-quotas-ext Change-Id: I848e36273b655355e5a833c48d7be417df95c7f4
This commit is contained in:
@@ -191,7 +191,8 @@ class MidonetPluginV2(db_base_plugin_v2.NeutronDbPluginV2,
|
|||||||
securitygroups_db.SecurityGroupDbMixin):
|
securitygroups_db.SecurityGroupDbMixin):
|
||||||
|
|
||||||
supported_extension_aliases = ['external-net', 'router', 'security-group',
|
supported_extension_aliases = ['external-net', 'router', 'security-group',
|
||||||
'agent', 'dhcp_agent_scheduler', 'binding']
|
'agent', 'dhcp_agent_scheduler', 'binding',
|
||||||
|
'quotas']
|
||||||
__native_bulk_support = False
|
__native_bulk_support = False
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user