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
(cherry picked from commit 94886c3b1f)
This commit is contained in:
Alex Schultz 2018-04-23 17:24:32 -06:00 committed by Martin Schuppert
parent 2e3a2a5cc3
commit 79bb8e736d
1 changed files with 1 additions and 1 deletions

View File

@ -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/