Add a second proxy-logging middleware entry to swift-proxy
authorDerek Higgins <derekh@redhat.com>
Mon, 11 Jul 2016 14:11:01 +0000 (15:11 +0100)
committerDerek Higgins <derekh@redhat.com>
Mon, 11 Jul 2016 14:11:01 +0000 (15:11 +0100)
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

puppet/hieradata/controller.yaml

index 66613f0..860c8fb 100644 (file)
@@ -82,6 +82,7 @@ keystone::wsgi::apache::ssl: false
 swift::proxy::pipeline:
   - 'catch_errors'
   - 'healthcheck'
+  - 'proxy-logging'
   - 'cache'
   - 'ratelimit'
   - 'bulk'