Merge "Add healthcheck script for Mistral API"
This commit is contained in:
commit
c0ffcbff9c
6
healthcheck/mistral-api
Normal file
6
healthcheck/mistral-api
Normal 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}
|
Loading…
Reference in New Issue
Block a user