Merge "Haproxy has non-working Horizon session persistence."
This commit is contained in:
commit
69d44747ec
@ -1060,7 +1060,7 @@ class tripleo::loadbalancer (
|
|||||||
ports => '80',
|
ports => '80',
|
||||||
ipaddresses => hiera('horizon_node_ips', $controller_hosts_real),
|
ipaddresses => hiera('horizon_node_ips', $controller_hosts_real),
|
||||||
server_names => $controller_hosts_names_real,
|
server_names => $controller_hosts_names_real,
|
||||||
options => ['check', 'inter 2000', 'rise 2', 'fall 5'],
|
options => ["cookie ${::hostname}", 'check', 'inter 2000', 'rise 2', 'fall 5'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user