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
This commit is contained in:
parent
442ac04b4b
commit
4efc95a857
@ -9,7 +9,7 @@ lock_path = /var/lock/neutron
|
||||
core_plugin = {{ core_plugin }}
|
||||
{% include "parts/rabbitmq" %}
|
||||
control_exchange = neutron
|
||||
notification_driver = neutron.openstack.common.notifier.rpc_notifier
|
||||
notification_driver = messaging
|
||||
{% if network_device_mtu -%}
|
||||
network_device_mtu = {{ network_device_mtu }}
|
||||
{% endif -%}
|
||||
|
@ -8,7 +8,7 @@ verbose = {{ verbose }}
|
||||
debug = {{ debug }}
|
||||
core_plugin = {{ core_plugin }}
|
||||
control_exchange = neutron
|
||||
notification_driver = neutron.openstack.common.notifier.rpc_notifier
|
||||
notification_driver = messaging
|
||||
{% if network_device_mtu -%}
|
||||
network_device_mtu = {{ network_device_mtu }}
|
||||
{% endif -%}
|
||||
|
@ -609,8 +609,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
'debug': 'False',
|
||||
'core_plugin': 'ml2',
|
||||
'control_exchange': 'neutron',
|
||||
'notification_driver': 'neutron.openstack.common.notifier.'
|
||||
'rpc_notifier',
|
||||
'notification_driver': 'messaging',
|
||||
},
|
||||
'agent': {
|
||||
'root_helper': 'sudo /usr/bin/neutron-rootwrap '
|
||||
|
Loading…
x
Reference in New Issue
Block a user