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 1acd4e0536
commit 56bf5b6cd2
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ keystone::cron::token_flush::destination: '/dev/null'
swift::proxy::pipeline:
- 'catch_errors'
- 'healthcheck'
- 'proxy-logging'
- 'cache'
- 'ratelimit'
- 'tempurl'