Merge "Haproxy has non-working Horizon session persistence."

This commit is contained in:
Jenkins 2016-01-07 14:16:04 +00:00 committed by Gerrit Code Review
commit 69d44747ec
1 changed files with 1 additions and 1 deletions

View File

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