diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-13 16:34:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-13 16:34:55 +0000 |
commit | a0779c57e70331504def3ea9f2841cb0a37c912c (patch) | |
tree | c2add01a876c0d1ddf0681fbb0f5a2fd3b04f8d7 /puppet/services | |
parent | 630ad61c09333b8fcad9f953743da39d9a50ac75 (diff) | |
parent | 17c821b071efbfd2f858daa7138fa36cf877f6c9 (diff) |
Merge "Enable proxy headers parsing for Gnocchi"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/gnocchi-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index 15121790..e3397769 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -77,6 +77,7 @@ outputs: - 8041 - 13041 gnocchi::api::enabled: true + gnocchi::api::enable_proxy_headers_parsing: true gnocchi::api::service_name: 'httpd' gnocchi::keystone::authtoken::auth_uri: {get_param: [EndpointMap, KeystoneInternal, uri]} gnocchi::keystone::authtoken::auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} |