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

« back to all changes in this revision

Viewing changes to templates/kilo/neutron.conf

  • Committer: Liam Young
  • Date: 2015-03-23 13:17:46 UTC
  • mfrom: (86 trunk)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: liam.young@canonical.com-20150323131746-qst1xl5havlogyli
Merged next in

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
quota_driver = neutron.db.quota_db.DbQuotaDriver
51
51
{% if neutron_security_groups -%}
52
52
quota_items = network,subnet,port,security_group,security_group_rule
 
53
quota_security_group = {{ quota_security_group }}
 
54
quota_security_group_rule = {{ quota_security_group_rule }}
 
55
{% else -%}
 
56
quota_items = network,subnet,port
53
57
{% endif -%}
 
58
quota_network = {{ quota_network }}
 
59
quota_subnet = {{ quota_subnet }} 
 
60
quota_port = {{ quota_port }}
 
61
quota_vip = {{ quota_vip }}
 
62
quota_pool = {{ quota_pool }}
 
63
quota_member = {{ quota_member }}
 
64
quota_health_monitors = {{ quota_health_monitors }}
 
65
quota_router = {{ quota_router }}
 
66
quota_floatingip = {{ quota_floatingip }}
54
67
 
55
68
[agent]
56
69
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
57
70
 
58
71
[keystone_authtoken]
59
 
signing_dir = /var/lib/neutron/keystone-signing
 
72
signing_dir = {{ signing_dir }}
60
73
{% if service_host -%}
61
74
service_protocol = {{ service_protocol }}
62
75
service_host = {{ service_host }}