20 lines
690 B
Plaintext
Raw Normal View History

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 }}
{% include "parts/rabbitmq" %}
2013-12-18 09:50:58 +00:00
control_exchange = neutron
notification_driver = neutron.openstack.common.notifier.rpc_notifier
{% if network_device_mtu -%}
2014-12-04 12:56:33 +08:00
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
api_workers = {{ workers }}
2013-12-18 09:50:58 +00:00
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf