Update heat container healthchecks
The default service response has changed from returning 401/400 to 300. Change-Id: Idde1c42b5437950d315bd126f4f06fa15a856bfc Closes-Bug: #1781296
This commit is contained in:
parent
061654899b
commit
2b5bcaa202
@ -3,4 +3,4 @@
|
||||
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
||||
|
||||
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-heat_api_wsgi.conf)
|
||||
healthcheck_curl ${check_url} | grep ^401
|
||||
healthcheck_curl ${check_url}
|
||||
|
@ -3,4 +3,4 @@
|
||||
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
||||
|
||||
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-heat_api_cfn_wsgi.conf)
|
||||
healthcheck_curl ${check_url} | grep ^400
|
||||
healthcheck_curl ${check_url}
|
||||
|
Loading…
x
Reference in New Issue
Block a user