Merge "Use on-marked-down shutdown-sessions for redis haproxy conf"

This commit is contained in:
Zuul
2018-01-15 16:48:33 +00:00
committed by Gerrit Code Review

View File

@@ -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