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

« back to all changes in this revision

Viewing changes to templates/juno/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:
69
69
{% endif %}
70
70
 
71
71
[quotas]
 
72
{% if quota_driver -%}
 
73
quota_driver = {{ quota_driver }}
 
74
{% else -%}
72
75
quota_driver = neutron.db.quota_db.DbQuotaDriver
 
76
{% endif -%}
73
77
{% if neutron_security_groups -%}
74
78
quota_items = network,subnet,port,security_group,security_group_rule
75
79
{% endif -%}