~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/liberty/neutron.conf

  • Committer: Liam Young
  • Date: 2015-10-08 14:24:56 UTC
  • mfrom: (149.2.2 trunk)
  • Revision ID: liam.young@canonical.com-20151008142456-lwneb29uje5c206m
[robert-ayres, r=gnuoy] Support quota-driver attribute in neutron-plugin-api-subordinate relation.

Contrail charms need to set their own quota driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
{% include "section-zeromq" %}
74
74
 
75
75
[quotas]
 
76
{% if quota_driver -%}
 
77
quota_driver = {{ quota_driver }}
 
78
{% else -%}
76
79
quota_driver = neutron.db.quota_db.DbQuotaDriver
 
80
{% endif -%}
77
81
{% if neutron_security_groups -%}
78
82
quota_items = network,subnet,port,security_group,security_group_rule
79
83
quota_security_group = {{ quota_security_group }}