From d4d4a344194ac63d53a2ef38e8c67db46f771801 Mon Sep 17 00:00:00 2001 From: JordanP Date: Mon, 15 Sep 2014 09:26:53 +0000 Subject: [PATCH] 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 --- lib/neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron b/lib/neutron index f72ee5934f..22d4f37997 100644 --- a/lib/neutron +++ b/lib/neutron @@ -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 {