d8691bcd9d
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 |
||
---|---|---|
.. | ||
tripleo_certmonger_httpd_spec.rb | ||
tripleo_firewall_service_rules_spec.rb | ||
tripleo_haproxy_endpoint_spec.rb | ||
tripleo_haproxy_service_endpoints_spec.rb | ||
tripleo_haproxy_userlist_spec.rb | ||
tripleo_host_sriov_numvfs_persistence_spec.rb | ||
tripleo_profile_base_database_mysql_user_spec.rb | ||
tripleo_profile_base_neutron_wrappers_dibbler_client_spec.rb | ||
tripleo_profile_base_neutron_wrappers_dnsmasq_spec.rb | ||
tripleo_profile_base_neutron_wrappers_haproxy_spec.rb | ||
tripleo_profile_base_neutron_wrappers_keepalived_spec.rb | ||
tripleo_profile_base_neutron_wrappers_keepalived_state_change_spec.rb | ||
tripleo_profile_base_neutron_wrappers_radvd_spec.rb |