Fix nova-placement healthcheck
The correct url to check for the placement api service includes /placement/. Depends-On: I0cf206e8ceeecfca17dd99a83b8c2eaa50e66712 Change-Id: I5e0318e1da9a48a2dc6dcd6d8eb726c6f85e7d45 Closes-Bug: #1766375
This commit is contained in:
parent
9ad5d0fc4d
commit
94886c3b1f
@ -3,4 +3,4 @@
|
||||
. ${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}
|
||||
healthcheck_curl ${check_url}/placement/
|
||||
|
Loading…
Reference in New Issue
Block a user