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
26 lines
719 B
Plaintext
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
|