Merge "Add healthcheck script for Mistral API"

This commit is contained in:
Zuul 2018-03-02 02:29:46 +00:00 committed by Gerrit Code Review
commit c0ffcbff9c

6
healthcheck/mistral-api Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-mistral_wsgi.conf)
healthcheck_curl ${check_url}