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