Skip to content

Commit d4d4a34

Browse files
author
JordanP
committed
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
1 parent 887fb54 commit d4d4a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/neutron

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ function _configure_neutron_metadata_agent {
799799
}
800800

801801
function _configure_neutron_ceilometer_notifications {
802-
iniset $NEUTRON_CONF DEFAULT notification_driver neutron.openstack.common.notifier.rpc_notifier
802+
iniset $NEUTRON_CONF DEFAULT notification_driver messaging
803803
}
804804

805805
function _configure_neutron_lbaas {

0 commit comments

Comments
 (0)