4e34cb570d
puppet-keystone has been changed and health check needs to sync with the change. Change-Id: If205c98fbb478e01e0cbac8179d028f1a0a3ef65 Closes-Bug: #1811961
7 lines
200 B
Bash
Executable File
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}
|