summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/nova/nova.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/nova/nova.conf')
-rw-r--r--openstack/usr/share/openstack/nova/nova.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack/usr/share/openstack/nova/nova.conf b/openstack/usr/share/openstack/nova/nova.conf
index 6e49b4cc..43343cdd 100644
--- a/openstack/usr/share/openstack/nova/nova.conf
+++ b/openstack/usr/share/openstack/nova/nova.conf
@@ -161,7 +161,7 @@ rabbit_password={{ RABBITMQ_PASSWORD }}
# Driver or drivers to handle sending notifications. (multi
# valued)
-#notification_driver=
+notification_driver=messagingv2
# AMQP topic used for OpenStack notifications. (list value)
# Deprecated group/name - [rpc_notifier2]/topics
@@ -262,7 +262,7 @@ my_ip={{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
# notifications, "vm_state" for notifications on VM state
# changes, or "vm_and_task_state" for notifications on VM and
# task state changes. (string value)
-#notify_on_state_change=<None>
+notify_on_state_change=vm_and_task_state
# If set, send api.fault notifications on caught exceptions in
# the API service. (boolean value)
@@ -466,7 +466,7 @@ compute_manager={{ COMPUTE_MANAGER }}
# Time period to generate instance usages for. Time period
# must be hour, day, month or year (string value)
-#instance_usage_audit_period=month
+instance_usage_audit_period=hour
# Path to the rootwrap configuration file to use for running
# commands as root (string value)
@@ -847,7 +847,7 @@ osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
# Generate periodic compute.instance.exists notifications
# (boolean value)
-#instance_usage_audit=false
+instance_usage_audit=True
# Number of 1 second retries needed in live_migration (integer
# value)