nova_metadata healthcheck script
Adds nova_metadata healthcheck script when nova metadata api is run via httpd wsgi to check service status. Change-Id: I069510b8dfc8e6a7c5ff6f07826f10a2038856d7
This commit is contained in:
6
healthcheck/nova-metadata
Executable file
6
healthcheck/nova-metadata
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
||||
|
||||
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-nova_metadata_wsgi.conf)
|
||||
healthcheck_curl ${check_url}
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds nova_metadata healthcheck script when nova metadata api is run via
|
||||
httpd wsgi to check service status.
|
Reference in New Issue
Block a user