Browse code

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

JordanP authored on 2014/09/15 18:26:53
Showing 1 changed files
... ...
@@ -799,7 +799,7 @@ function _configure_neutron_metadata_agent {
799 799
 }
800 800
 
801 801
 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
803 803
 }
804 804
 
805 805
 function _configure_neutron_lbaas {