Merge "Fix the path to HEALTHCHECK_SCRIPTS in healthcheck/ironic-api"
This commit is contained in:
commit
a56eb047c9
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user