Merge "ceilometer: Disable healthchecks for compute and central"
This commit is contained in:
@@ -80,7 +80,7 @@ ceilometer_notification_healthcheck:
|
||||
test: "{% if ceilometer_notification_enable_healthchecks | bool %}{{ ceilometer_notification_healthcheck_test }}{% else %}NONE{% endif %}"
|
||||
timeout: "{{ ceilometer_notification_healthcheck_timeout }}"
|
||||
|
||||
ceilometer_central_enable_healthchecks: "{{ enable_container_healthchecks }}"
|
||||
ceilometer_central_enable_healthchecks: "false"
|
||||
ceilometer_central_healthcheck_interval: "{{ default_container_healthcheck_interval }}"
|
||||
ceilometer_central_healthcheck_retries: "{{ default_container_healthcheck_retries }}"
|
||||
ceilometer_central_healthcheck_start_period: "{{ default_container_healthcheck_start_period }}"
|
||||
@@ -93,7 +93,7 @@ ceilometer_central_healthcheck:
|
||||
test: "{% if ceilometer_central_enable_healthchecks | bool %}{{ ceilometer_central_healthcheck_test }}{% else %}NONE{% endif %}"
|
||||
timeout: "{{ ceilometer_central_healthcheck_timeout }}"
|
||||
|
||||
ceilometer_compute_enable_healthchecks: "{{ enable_container_healthchecks }}"
|
||||
ceilometer_compute_enable_healthchecks: "false"
|
||||
ceilometer_compute_healthcheck_interval: "{{ default_container_healthcheck_interval }}"
|
||||
ceilometer_compute_healthcheck_retries: "{{ default_container_healthcheck_retries }}"
|
||||
ceilometer_compute_healthcheck_start_period: "{{ default_container_healthcheck_start_period }}"
|
||||
|
||||
Reference in New Issue
Block a user