Merge "Add healthcheck script for Panko API"

This commit is contained in:
Zuul 2018-01-24 16:19:05 +00:00 committed by Gerrit Code Review
commit 77842c40e5

6
healthcheck/panko-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-panko_wsgi.conf)
healthcheck_curl ${check_url}