Merge "Fix nova-api healthcheck"

This commit is contained in:
Zuul 2018-11-16 13:23:58 +00:00 committed by Gerrit Code Review
commit 92fab489a3

@ -3,7 +3,7 @@
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
if pgrep -f nova-metadata; then
if pgrep -f nova_metadata; then
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-nova_metadata_wsgi.conf)
else
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-nova_api_wsgi.conf)