Browse code

Merge "neutron: use non-deprecated notification_driver"

Jenkins authored on 2014/09/18 14:49:58
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 {