diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-23 14:56:33 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-23 14:56:33 +0000 |
commit | 8e73e53d590fe2e6b10e8d2a7d1feb23c5e6039a (patch) | |
tree | 6aa19437b7173c5909bcf6484f9d62d382890e97 | |
parent | e91ed5c3a37ede40b9ac47120e8f086936bf37af (diff) | |
parent | a177abd03510970628b61781883225d210b2fb2d (diff) |
Merge "Proxy manila in http mode"
-rw-r--r-- | manifests/haproxy.pp | 1 |
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 }', |