From da95ab99e3ea0d17930bfec3bcfd896b7411f8ce Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 30 Oct 2018 23:13:07 +0800 Subject: [PATCH] Fix the section of notify_on_state_change to [notifications] https://github.com/openstack/nova/blob/042f08ee968fc83b80e554efe58270c8dfd6265c/nova/conf/notifications.py#L41 Change-Id: Ic09b05e3b4603f5967a2ee67191b931661ef8fe0 Closes-Bug: #1800674 --- doc/source/install/install-compute-common.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/install/install-compute-common.inc b/doc/source/install/install-compute-common.inc index 227c1d835e..cc067e7625 100644 --- a/doc/source/install/install-compute-common.inc +++ b/doc/source/install/install-compute-common.inc @@ -45,6 +45,9 @@ Configure Compute to use Telemetry ... instance_usage_audit = True instance_usage_audit_period = hour + + [notifications] + ... notify_on_state_change = vm_and_task_state [oslo_messaging_notifications]