2014-03-31 23:23:32 +01:00
|
|
|
###############################################################################
|
|
|
|
# [ WARNING ]
|
|
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
|
|
###############################################################################
|
2013-12-18 09:50:58 +00:00
|
|
|
[DEFAULT]
|
|
|
|
verbose = {{ verbose }}
|
|
|
|
debug = {{ debug }}
|
2014-03-31 23:23:32 +01:00
|
|
|
lock_path = /var/lock/neutron
|
2013-12-18 09:50:58 +00:00
|
|
|
core_plugin = {{ core_plugin }}
|
2014-03-29 18:38:15 +00:00
|
|
|
{% include "parts/rabbitmq" %}
|
2013-12-18 09:50:58 +00:00
|
|
|
control_exchange = neutron
|
2016-09-06 12:42:42 +01:00
|
|
|
notification_driver = neutron.openstack.common.notifier.rpc_notifier
|
2015-03-24 14:39:26 +00:00
|
|
|
{% if network_device_mtu -%}
|
2014-12-04 12:56:33 +08:00
|
|
|
network_device_mtu = {{ network_device_mtu }}
|
2015-03-24 14:39:26 +00:00
|
|
|
{% endif -%}
|
2016-08-11 14:30:16 -05:00
|
|
|
api_workers = {{ workers }}
|
|
|
|
|
2013-12-18 09:50:58 +00:00
|
|
|
[agent]
|
2015-03-24 14:39:26 +00:00
|
|
|
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|