Fix the section of notify_on_state_change to [notifications]

042f08ee96/nova/conf/notifications.py (L41)

Change-Id: Ic09b05e3b4603f5967a2ee67191b931661ef8fe0
Closes-Bug: #1800674
This commit is contained in:
caoyuan 2018-10-30 23:13:07 +08:00
parent 47e318ad6c
commit da95ab99e3
1 changed files with 3 additions and 0 deletions

View File

@ -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]