Merge "Move the "notify_on_state_change" into group “notifications""
This commit is contained in:
commit
94f3eb8c8c
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user