neutron: use non-deprecated notification_driver
Neutron is now using oslo.messaging so it should be using 'messaging' as its notification driver and not the now deprecated full python path to the oslo-incubator notification driver. Change-Id: Ie4a4020e59473473ad62059c66507f5b73b93375
This commit is contained in:
parent
887fb54013
commit
d4d4a34419
@ -799,7 +799,7 @@ function _configure_neutron_metadata_agent {
|
||||
}
|
||||
|
||||
function _configure_neutron_ceilometer_notifications {
|
||||
iniset $NEUTRON_CONF DEFAULT notification_driver neutron.openstack.common.notifier.rpc_notifier
|
||||
iniset $NEUTRON_CONF DEFAULT notification_driver messaging
|
||||
}
|
||||
|
||||
function _configure_neutron_lbaas {
|
||||
|
Loading…
Reference in New Issue
Block a user