Merge "Use exec for ovn metadata agent"

This commit is contained in:
Zuul 2020-04-18 04:48:17 +00:00 committed by Gerrit Code Review
commit 21fc12338e

View File

@ -272,9 +272,9 @@ outputs:
- name: ovn_metadata_haproxy
cmd: >-
$(if [ -f /usr/sbin/haproxy-systemd-wrapper ]; then
echo "/usr/sbin/haproxy -Ds";
echo "exec /usr/sbin/haproxy -Ds";
else
echo "/usr/sbin/haproxy -Ws"; fi)
echo "exec /usr/sbin/haproxy -Ws"; fi)
kill_script: haproxy-kill
docker_config:
step_4: