aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-07 18:45:48 +0000
committerGerrit Code Review <review@openstack.org>2017-04-07 18:45:48 +0000
commitb8a11a5d80e4b2f345a7a4d249c1aafcbbf937fe (patch)
treeecd50a54e53544292661612ab32360bbdc14f6e2
parentffed067dbfe837b3940eddc85ef03c611695c96a (diff)
parent08b9633c50c757419ce80657ab59b5b3c0d261cc (diff)
Merge "Adding listen_options for Contrail Webui https in haproxy"
-rw-r--r--manifests/haproxy.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 7aca0e1..87c4909 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -1587,6 +1587,10 @@ class tripleo::haproxy (
ip_addresses => hiera('contrail_config_node_ips'),
server_names => hiera('contrail_config_node_ips'),
public_ssl_port => $ports[contrail_webui_https_port],
+ listen_options => {
+ 'balance' => 'source',
+ 'hash-type' => 'consistent',
+ }
}
}
}