diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-07 14:16:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-07 14:16:04 +0000 |
commit | 69d44747ecd9f8fb0c171a7b533f8c3a81d89c5d (patch) | |
tree | 4345e6e927c0ac4be38e4f0b184a68cd5d72c870 | |
parent | bd12196e5bd9bfd56914591d2025c56fc4999ba3 (diff) | |
parent | d20756585f797f83e5bf3975f84c500e8f40b3cb (diff) |
Merge "Haproxy has non-working Horizon session persistence."
-rw-r--r-- | manifests/loadbalancer.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 0c00eb2..de995de 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -1060,7 +1060,7 @@ class tripleo::loadbalancer ( ports => '80', ipaddresses => hiera('horizon_node_ips', $controller_hosts_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'], } } |