From dc0938e1c9f8303cc162f074eca4312d91a88b17 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 17 Jun 2014 06:37:43 +0100 Subject: [PATCH] cinder: use non-deprecated notification_driver Cinder has been using oslo.messaging since Icehouse 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: I3edca1ff54e51b464cc1b23935c8530e2e242fee --- lib/cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cinder b/lib/cinder index d5ee17e65b..9d32d3b265 100644 --- a/lib/cinder +++ b/lib/cinder @@ -277,7 +277,7 @@ function configure_cinder { 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