Merge "Fix nova-api healthcheck"
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user