Merge "Prevent check haproxy script from generating meaningless logs"

This commit is contained in:
Jenkins 2017-08-24 16:02:56 +00:00 committed by Gerrit Code Review
commit 3bb081c793
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# This will return 0 when it successfully talks to the haproxy daemon via the socket
# Failures return 1
echo "show info" | socat unix-connect:/var/lib/kolla/haproxy/haproxy.sock stdio
echo "show info" | socat unix-connect:/var/lib/kolla/haproxy/haproxy.sock stdio > /dev/null