Revert "Fix nova-placement healthcheck"

This reverts commit 79bb8e736d.

with 7f9606ff47 backported to healthcheck/common.sh the wsgi_alias
is now automatically received from the vhost config. As a result we check again a wrong url in queens because the backport to queens does not change the healthcheck_curl as we do in rocky:

-healthcheck_curl ${check_url}/placement/
+healthcheck_curl ${check_url}

Change-Id: I53c787c5c53ef9384728243139f03632ff0cc5e0
This commit is contained in:
Martin Schuppert 2018-11-08 13:51:03 +00:00
parent 79bb8e736d
commit 660c71227a
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}/placement/
healthcheck_curl ${check_url}