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

« back to all changes in this revision

Viewing changes to templates/kilo/neutron.conf

  • Committer: James Page
  • Date: 2015-03-30 14:26:13 UTC
  • mfrom: (86.1.7 trunk)
  • Revision ID: james.page@ubuntu.com-20150330142613-rjttnxg3qxzgi418
Add full kilo support

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
debug = {{ debug }}
9
9
use_syslog = {{ use_syslog }}
10
10
state_path = /var/lib/neutron
11
 
lock_path = $state_path/lock
12
11
bind_host = {{ bind_host }}
13
12
auth_strategy = keystone
14
13
notification_driver = neutron.openstack.common.notifier.rpc_notifier
33
32
neutron_firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
34
33
{% endif -%}
35
34
 
36
 
{% include "parts/rabbitmq" %}
37
 
 
38
35
notify_nova_on_port_status_changes = True
39
36
notify_nova_on_port_data_changes = True
40
37
nova_url = {{ nova_url }}
56
53
quota_items = network,subnet,port
57
54
{% endif -%}
58
55
quota_network = {{ quota_network }}
59
 
quota_subnet = {{ quota_subnet }} 
 
56
quota_subnet = {{ quota_subnet }}
60
57
quota_port = {{ quota_port }}
61
58
quota_vip = {{ quota_vip }}
62
59
quota_pool = {{ quota_pool }}
68
65
[agent]
69
66
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
70
67
 
71
 
[keystone_authtoken]
72
 
signing_dir = {{ signing_dir }}
73
 
{% if service_host -%}
74
 
service_protocol = {{ service_protocol }}
75
 
service_host = {{ service_host }}
76
 
service_port = {{ service_port }}
77
 
auth_host = {{ auth_host }}
78
 
auth_port = {{ auth_port }}
79
 
auth_protocol =  {{ auth_protocol }}
80
 
admin_tenant_name = {{ admin_tenant_name }}
81
 
admin_user = {{ admin_user }}
82
 
admin_password = {{ admin_password }}
83
 
{% endif -%}
 
68
{% include "section-keystone-authtoken" %}
84
69
 
85
70
{% include "parts/section-database" %}
86
71
 
 
72
{% include "section-rabbitmq-oslo" %}
 
73
 
87
74
[service_providers]
88
75
service_provider=LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
89
76
service_provider=VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
90
77
service_provider=FIREWALL:Iptables:neutron_fwaas.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
 
78
 
 
79
[oslo_concurrency]
 
80
lock_path = $state_path/lock