Update git submodules

* Update puppet-tripleo from branch 'master'
  - Make the neutron-haproxy-wrapper compatible with haproxy 1.8
    
    Currently we spawn haproxy with: ip netns exec ${NETNS}
    /usr/sbin/haproxy -Ds $ARGS.
    
    The reason for that was that with -Ds we keep a process in the foreground:
    -Ds Start in systemd daemon mode, keeping a process in foreground.
    
    Since haproxy 1.8 removed the
    haproxy-systemd-wrapper it also removed the '-Ds' option. In order to
    keep things running in the foreground we can just switch to using '-Ws'
    Which is the multiworker mode with systemd support which keeps the
    process in the foregroud.
    
    This commit keeps backward compatibility with current HAProxy to ease
    the transition to new HAProxy.
    
    Co-Authored-By: Damien Ciabrini <dciabrin@redhat.com>
    
    Change-Id: Ia914de9b3438976d24bf09ad680e806a0fb6644e
This commit is contained in:
Michele Baldessari 2018-11-20 22:27:07 +01:00 committed by Gerrit Code Review
parent 3bce5dc48a
commit bd5f06b26f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a2c549a2ffc3dea14b8b2d28bf2eae8223c685db
Subproject commit d8691bcd9d31830d3029267cee59f32f15da82cd