commit | cf04a9acb395cd31b231da17cba779ff61b6e8eb | [log] [tgz] |
---|---|---|
author | Wanlong Gao <wanlong.gao@easystack.cn> | Sat Jan 16 17:46:35 2016 +0800 |
committer | Allen Gao <wanlong.gao@easystack.cn> | Tue Jan 19 17:17:01 2016 +0800 |
tree | 9a4bb6475850fbf0196144d4bf0ccd346b225b94 | |
parent | c461db4a2f75333dceb85c9fb5c90660c0623b11 [diff] [blame] |
notification_driver is deprecated to driver TrivialFix https://review.openstack.org/#/c/249508/ Change-Id: I18599c7221272279dfc2e9f5b297af09faff5c3b
diff --git a/lib/cinder b/lib/cinder index 9ca8109..144f41b 100644 --- a/lib/cinder +++ b/lib/cinder
@@ -299,7 +299,7 @@ fi if is_service_enabled ceilometer; then - iniset $CINDER_CONF DEFAULT notification_driver "messaging" + iniset $CINDER_CONF oslo_messaging_notifications driver "messaging" fi if is_service_enabled tls-proxy; then