2b5bcaa202
The default service response has changed from returning 401/400 to 300. Change-Id: Idde1c42b5437950d315bd126f4f06fa15a856bfc Closes-Bug: #1781296
7 lines
198 B
Bash
Executable File
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}
|