Merge "Use on-marked-down shutdown-sessions for redis haproxy conf"
This commit is contained in:
commit
41de39b9bc
@ -1397,7 +1397,7 @@ class tripleo::haproxy (
|
|||||||
ports => '6379',
|
ports => '6379',
|
||||||
ipaddresses => hiera('redis_node_ips', $controller_hosts_real),
|
ipaddresses => hiera('redis_node_ips', $controller_hosts_real),
|
||||||
server_names => hiera('redis_node_names', $controller_hosts_names_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 {
|
if $manage_firewall {
|
||||||
include ::tripleo::firewall
|
include ::tripleo::firewall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user