tripleo-common/healthcheck/heat-api
Alex Schultz 2b5bcaa202 Update heat container healthchecks
The default service response has changed from returning 401/400 to 300.

Change-Id: Idde1c42b5437950d315bd126f4f06fa15a856bfc
Closes-Bug: #1781296
2018-07-11 16:57:24 -06:00

7 lines
198 B
Bash
Executable File

#!/bin/sh
. ${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}