Merge "Move the "notify_on_state_change" into group “notifications""

This commit is contained in:
Jenkins 2017-05-15 01:37:25 +00:00 committed by Gerrit Code Review
commit 94f3eb8c8c

View File

@ -49,7 +49,6 @@ my_ip = {{ api_interface_address }}
{% if enable_ceilometer | bool or enable_searchlight | bool or enable_designate | bool %}
instance_usage_audit = True
instance_usage_audit_period = hour
notify_on_state_change = vm_and_task_state
{% if enable_watcher | bool %}
compute_monitors=nova.compute.monitors.cpu.virt_driver
{% endif %}
@ -241,3 +240,8 @@ project_name = service
project_domain_name = default
os_region_name = {{ openstack_region_name }}
os_interface = internal
[notifications]
{% if enable_ceilometer | bool or enable_searchlight | bool or enable_designate | bool %}
notify_on_state_change = vm_and_task_state
{% endif %}