charm-neutron-gateway/templates/kilo/neutron.conf
Edward Hope-Morley 279ae9a3ee Use rpc_notifier driver for notifications
list_notifier was deprecated a very long time ago so
all versions since Icehouse should use the
rpc_notifier.

Also removed unnecessary amulet test that is causing
race conditions.

Change-Id: I44a2e6f2cc98f58373eddc50aa0dea268e94c753
Closes-Bug: 1620564
2016-09-12 14:37:56 +01:00

26 lines
756 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 = neutron.openstack.common.notifier.rpc_notifier
{% if network_device_mtu -%}
network_device_mtu = {{ network_device_mtu }}
{% endif -%}
api_workers = {{ workers }}
{% include "section-zeromq" %}
[agent]
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
{% include "section-rabbitmq-oslo" %}
[oslo_concurrency]
lock_path = /var/lock/neutron