From 100779616bb42b651b4957ea4b2938b2c19360a7 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Tue, 19 Jan 2016 08:57:10 +0000 Subject: [PATCH] Tactical fix to make designate work --- templates/kilo/nova.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/kilo/nova.conf b/templates/kilo/nova.conf index 8d28464f..be1c4bfa 100644 --- a/templates/kilo/nova.conf +++ b/templates/kilo/nova.conf @@ -107,6 +107,12 @@ volume_api_class = nova.volume.cinder.API instances_path = {{ instances_path }} {% endif -%} +notification_driver=messaging +notification_topics = notifications_designate +notify_on_state_change = vm_and_task_state +instance_usage_audit_period = hour +instance_usage_audit = true + {% if sections and 'DEFAULT' in sections -%} {% for key, value in sections['DEFAULT'] -%} {{ key }} = {{ value }}