Merge "Add healthcheck script for Nova placement API"

This commit is contained in:
Zuul 2018-01-23 04:10:17 +00:00 committed by Gerrit Code Review
commit f69ea9e8af
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-placement_wsgi.conf)
healthcheck_curl ${check_url}