|
...
|
...
|
@@ -442,7 +442,7 @@ function create_nova_conf() {
|
|
442
|
442
|
iniset $NOVA_CONF DEFAULT instance_usage_audit "True"
|
|
443
|
443
|
iniset $NOVA_CONF DEFAULT instance_usage_audit_period "hour"
|
|
444
|
444
|
iniset $NOVA_CONF DEFAULT notify_on_state_change "vm_and_task_state"
|
|
445
|
|
- iniset $NOVA_CONF DEFAULT notification_driver "nova.openstack.common.notifier.rpc_notifier"
|
|
|
445
|
+ iniset $NOVA_CONF DEFAULT notification_driver "messaging"
|
|
446
|
446
|
fi
|
|
447
|
447
|
|
|
448
|
448
|
# Provide some transition from ``EXTRA_FLAGS`` to ``EXTRA_OPTS``
|