Fix the path to HEALTHCHECK_SCRIPTS in healthcheck/ironic-api
Closes-Bug: #1714951 Change-Id: I7e8156ac0a44beef1eae6500f049d159bbeb5b4b
This commit is contained in:
parent
30f3c02fc7
commit
cc17a07bfa
@ -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