Merge "cinder: use non-deprecated notification_driver"
diff --git a/lib/cinder b/lib/cinder
index 4183676..40a8418 100644
--- a/lib/cinder
+++ b/lib/cinder
@@ -275,7 +275,7 @@
     fi
 
     if is_service_enabled ceilometer; then
-        iniset $CINDER_CONF DEFAULT notification_driver "cinder.openstack.common.notifier.rpc_notifier"
+        iniset $CINDER_CONF DEFAULT notification_driver "messaging"
     fi
 
     if is_service_enabled tls-proxy; then