Files
charm-neutron-gateway/templates/kilo/neutron.conf
James Page 4efc95a857 Update notification_driver for oslo.messaging
The 'neutron.openstack.common.notifier.rpc_notifier' notification
driver key was removed from neutron in Ocata; 'messaging' has been
provided directly from oslo.messaging since icehouse, so switch to
using the newer, correct value for configuration of notifications.

Change-Id: If39d98da6848479f223cc7bc137da1a5aba1823d
Closes-Bug: 1681452
2017-04-10 15:24:01 +01:00

26 lines
719 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 }}
{% 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