Merge "neutron: use non-deprecated notification_driver"
diff --git a/lib/neutron b/lib/neutron
index ec42677..6985bbe 100644
--- a/lib/neutron
+++ b/lib/neutron
@@ -799,7 +799,7 @@
 }
 
 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 {