Fix heat api cfn healthcheck
The heat-api-cfn returns a 400 instead of a 401. Change-Id: I8c82119037e976c92d6313dac17b4f0601ab96fe Closes-Bug: #1772492
This commit is contained in:
parent
eb7d89cab1
commit
ed760d7171
@ -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 ^401
|
||||
healthcheck_curl ${check_url} | grep ^400
|
||||
|
Loading…
Reference in New Issue
Block a user