Merge "Add healthcheck script for Nova placement API"
This commit is contained in:
commit
f69ea9e8af
6
healthcheck/nova-placement
Normal file
6
healthcheck/nova-placement
Normal 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}
|
Loading…
x
Reference in New Issue
Block a user