bbf704cbfd
Deploy from source templates. zeromq section templates. Change-Id: I336ae1ceaaa67f1d78acda14b0a2e0d0f603c777
26 lines
777 B
Plaintext
26 lines
777 B
Plaintext
# kilo
|
|
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
debug = {{ debug }}
|
|
core_plugin = {{ core_plugin }}
|
|
control_exchange = neutron
|
|
notification_driver = messaging
|
|
{% if network_device_mtu -%}
|
|
network_device_mtu = {{ network_device_mtu }}
|
|
{% endif -%}
|
|
api_workers = {{ workers }}
|
|
rpc_response_timeout = {{ rpc_response_timeout }}
|
|
|
|
[agent]
|
|
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
report_interval = {{ report_interval }}
|
|
|
|
{% include "section-rabbitmq-oslo" %}
|
|
|
|
[oslo_concurrency]
|
|
lock_path = /var/lock/neutron
|