keepalived: remove legacy check_alive.sh entry

Change-Id: I52c83428cf0c78b02e2ecd7921cf896acd6b0936
This commit is contained in:
Michal Nasiadka 2023-06-27 11:00:46 +02:00
parent b33167972d
commit 89fafba669
1 changed files with 0 additions and 5 deletions

View File

@ -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