Merge "Fix the path to HEALTHCHECK_SCRIPTS in healthcheck/ironic-api"

This commit is contained in:
Jenkins
2017-09-11 12:43:23 +00:00
committed by Gerrit Code Review

View File

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