From: Derek Higgins Date: Mon, 11 Jul 2016 14:11:01 +0000 (+0100) Subject: Add a second proxy-logging middleware entry to swift-proxy X-Git-Tag: opnfv-6.0.0~1859^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=286b8e6f06e29450da483729acb61e0a470abc5c;p=apex-tripleo-heat-templates.git Add a second proxy-logging middleware entry to swift-proxy Its absence results in swift using up all the memory available to it when certain objects are requested, we are not sure exactly what triggers the problem but we know this fixes it. Change-Id: Iaf00a8a2a947e0683cc60fef2e75fd7c444d07a8 Closes-Bug: #1595916 --- diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 66613f0f..860c8fb5 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -82,6 +82,7 @@ keystone::wsgi::apache::ssl: false swift::proxy::pipeline: - 'catch_errors' - 'healthcheck' + - 'proxy-logging' - 'cache' - 'ratelimit' - 'bulk'