Merge "Fix ironic-pxe healthcheck."
This commit is contained in:
commit
cc5366299f
@ -2,7 +2,7 @@
|
||||
|
||||
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
|
||||
|
||||
if grep "/httpd " /run_command ; then
|
||||
if grep "/httpd " /run_command 2>/dev/null ; then
|
||||
bind_host=127.0.0.1
|
||||
bind_port=$(grep "^Listen " /etc/httpd/conf.d/10-ipxe_vhost.conf | awk '{print $2}')
|
||||
protocol=http
|
||||
|
Loading…
Reference in New Issue
Block a user