4c3d5182f4
Octavia now runs under apache so it's healthcheck needs updating. Change-Id: If04483e03bc92aea690db27ad4aeff31c3f5cff6
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
|
|
|
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-octavia_wsgi.conf)
|
|
healthcheck_curl ${check_url}
|