Fix the path to HEALTHCHECK_SCRIPTS in healthcheck/ironic-api

Closes-Bug: #1714951
Change-Id: I7e8156ac0a44beef1eae6500f049d159bbeb5b4b
This commit is contained in:
Derek Higgins 2017-09-04 10:42:02 +01:00 committed by Martin André
parent 30f3c02fc7
commit cc17a07bfa
1 changed files with 1 additions and 1 deletions

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}