Browse code

Merge "cinder: use non-deprecated notification_driver"

Jenkins authored on 2014/06/21 01:20:16
Showing 1 changed files
... ...
@@ -275,7 +275,7 @@ function configure_cinder {
275 275
     fi
276 276
 
277 277
     if is_service_enabled ceilometer; then
278
-        iniset $CINDER_CONF DEFAULT notification_driver "cinder.openstack.common.notifier.rpc_notifier"
278
+        iniset $CINDER_CONF DEFAULT notification_driver "messaging"
279 279
     fi
280 280
 
281 281
     if is_service_enabled tls-proxy; then