aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-23 14:56:33 +0000
committerGerrit Code Review <review@openstack.org>2016-11-23 14:56:33 +0000
commit8e73e53d590fe2e6b10e8d2a7d1feb23c5e6039a (patch)
tree6aa19437b7173c5909bcf6484f9d62d382890e97 /manifests/haproxy.pp
parente91ed5c3a37ede40b9ac47120e8f086936bf37af (diff)
parenta177abd03510970628b61781883225d210b2fb2d (diff)
Merge "Proxy manila in http mode"
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index ededc76..2f3f062 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -823,6 +823,7 @@ class tripleo::haproxy (
service_port => $ports[manila_api_port],
ip_addresses => hiera('manila_api_node_ips', $controller_hosts_real),
server_names => hiera('manila_api_node_names', $controller_hosts_names_real),
+ mode => 'http',
listen_options => {
'http-request' => [
'set-header X-Forwarded-Proto https if { ssl_fc }',