keepalived: remove legacy check_alive.sh entry
Change-Id: I52c83428cf0c78b02e2ecd7921cf896acd6b0936
This commit is contained in:
parent
b33167972d
commit
89fafba669
@ -30,9 +30,4 @@ if [ "${CHECKS}" ]; then
|
||||
done
|
||||
|
||||
exit ${final_result}
|
||||
else
|
||||
# Legacy single check of haproxy liveness
|
||||
# TODO(kevko): This can be removed after k-a part merges
|
||||
# https://review.opendev.org/c/openstack/kolla-ansible/+/770215
|
||||
echo "show info" | socat unix-connect:/var/lib/kolla/haproxy/haproxy.sock stdio > /dev/null
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user