Merge "Use on-marked-down shutdown-sessions for redis haproxy conf" into stable/newton

This commit is contained in:
Zuul 2018-02-06 22:39:48 +00:00 committed by Gerrit Code Review
commit 966ac0e834
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,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']),
}
}