Support quota-driver attribute in neutron-plugin-api-subordinate relation

This commit is contained in:
Robert Ayres
2015-10-07 23:11:33 +01:00
parent 2f1e962cf9
commit 74f927b621
5 changed files with 20 additions and 0 deletions

View File

@@ -69,7 +69,11 @@ nova_admin_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
{% endif %}
[quotas]
{% if quota_driver -%}
quota_driver = {{ quota_driver }}
{% else -%}
quota_driver = neutron.db.quota_db.DbQuotaDriver
{% endif -%}
{% if neutron_security_groups -%}
quota_items = network,subnet,port,security_group,security_group_rule
{% endif -%}