~james-page/charms/trusty/neutron-openvswitch/lp1531102

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

Deploy from source

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
lock_path = $state_path/lock
13
13
bind_host = 0.0.0.0
14
14
bind_port = 9696
 
15
{% if network_device_mtu -%}
15
16
network_device_mtu = {{ network_device_mtu }}
16
 
 
 
17
{% endif -%}
17
18
{% if core_plugin -%}
18
19
core_plugin =  {{ core_plugin }}
19
20
{% endif -%}
20
21
 
21
22
api_paste_config = /etc/neutron/api-paste.ini
22
23
auth_strategy = keystone
 
24
{% if notifications == 'True' -%}
23
25
notification_driver = neutron.openstack.common.notifier.rpc_notifier
 
26
{% endif -%}
24
27
default_notification_level = INFO
25
28
notification_topics = notifications
26
29
 
35
38
 
36
39
[keystone_authtoken]
37
40
signing_dir = /var/lib/neutron/keystone-signing
38