| ... | ... |
@@ -419,7 +419,7 @@ function create_nova_conf() {
|
| 419 | 419 |
if is_service_enabled ceilometer; then |
| 420 | 420 |
add_nova_opt "instance_usage_audit=True" |
| 421 | 421 |
add_nova_opt "instance_usage_audit_period=hour" |
| 422 |
- add_nova_opt "notification_driver=nova.openstack.common.notifier.rabbit_notifier" |
|
| 422 |
+ add_nova_opt "notification_driver=nova.openstack.common.notifier.rpc_notifier" |
|
| 423 | 423 |
add_nova_opt "notification_driver=ceilometer.compute.nova_notifier" |
| 424 | 424 |
fi |
| 425 | 425 |
|