Stop using the deprecated rabbit_notifier.
Change-Id: I84574c555031b23fb5f256d248af1cdafc8979ce
Signed-off-by: Julien Danjou <julien@danjou.info>
| ... | ... |
@@ -395,7 +395,7 @@ function create_nova_conf() {
|
| 395 | 395 |
if is_service_enabled ceilometer; then |
| 396 | 396 |
add_nova_opt "instance_usage_audit=True" |
| 397 | 397 |
add_nova_opt "instance_usage_audit_period=hour" |
| 398 |
- add_nova_opt "notification_driver=nova.openstack.common.notifier.rabbit_notifier" |
|
| 398 |
+ add_nova_opt "notification_driver=nova.openstack.common.notifier.rpc_notifier" |
|
| 399 | 399 |
add_nova_opt "notification_driver=ceilometer.compute.nova_notifier" |
| 400 | 400 |
fi |
| 401 | 401 |
|