diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp index e8b0a6188..edea88952 100644 --- a/manifests/haproxy.pp +++ b/manifests/haproxy.pp @@ -1397,7 +1397,7 @@ class tripleo::haproxy ( ports => '6379', ipaddresses => hiera('redis_node_ips', $controller_hosts_real), server_names => hiera('redis_node_names', $controller_hosts_names_real), - options => $haproxy_member_options, + options => union($haproxy_member_options, ['on-marked-down shutdown-sessions']), } if $manage_firewall { include ::tripleo::firewall