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
| ... | ... |
@@ -277,7 +277,7 @@ function configure_cinder {
|
| 277 | 277 |
fi |
| 278 | 278 |
|
| 279 | 279 |
if is_service_enabled ceilometer; then |
| 280 |
- iniset $CINDER_CONF DEFAULT notification_driver "cinder.openstack.common.notifier.rpc_notifier" |
|
| 280 |
+ iniset $CINDER_CONF DEFAULT notification_driver "messaging" |
|
| 281 | 281 |
fi |
| 282 | 282 |
|
| 283 | 283 |
if is_service_enabled tls-proxy; then |