diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-12 09:35:57 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-09-12 09:35:57 +0300 |
commit | 4138b26ef352928d2077834921bb45d3009eaca5 (patch) | |
tree | cb923b57567fecf9a607c5c03cab65d6f8d70e0f | |
parent | d05a2b320b6963673f3770cb4210fdb423b16cf1 (diff) |
Enable proxy header parsing for Manila
This is necessary for when HAProxy is terminating TLS for manila,
else we will have keystone discovery errors. This is the same we do
for several other services, as manila uses the same middleware.
Change-Id: Ice78b0abceb6a956bb8c1dc6212ee1b56b62b43f
-rw-r--r-- | puppet/services/manila-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/manila-api.yaml b/puppet/services/manila-api.yaml index 2e43730d..1513ab31 100644 --- a/puppet/services/manila-api.yaml +++ b/puppet/services/manila-api.yaml @@ -66,6 +66,7 @@ outputs: # internal_api_uri -> [IP] # internal_api_subnet - > IP/CIDR manila::api::bind_host: {get_param: [ServiceNetMap, ManilaApiNetwork]} + manila::api::enable_proxy_headers_parsing: true step_config: | include ::tripleo::profile::base::manila::api |