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
(cherry picked from commit 286b8e6f06)
This commit is contained in:
Derek Higgins 2016-07-11 15:11:01 +01:00
parent 62addb4c41
commit 721d8fd710
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ keystone::wsgi::apache::ssl: false
swift::proxy::pipeline:
- 'catch_errors'
- 'healthcheck'
- 'proxy-logging'
- 'cache'
- 'ratelimit'
- 'tempurl'