tripleo-common/healthcheck/keystone
Martin Magr 4e34cb570d Fix keystone healthcheck
puppet-keystone has been changed and health check needs to sync with the change.

Change-Id: If205c98fbb478e01e0cbac8179d028f1a0a3ef65
Closes-Bug: #1811961
2019-01-16 22:12:23 +01:00

7 lines
200 B
Bash
Executable File

#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-keystone_wsgi.conf)
healthcheck_curl ${check_url}