Fix Swift proxy pipeline ordering

The Ceilometer middleware is in the wrong place; actually any middleware
should be deployed after catch_errors to catch any errors that would
otherwise crash the proxy service. Additionally the ceilometer
middleware should be deployed after any authentication middleware.

Closes-Bug: 1637471
Co-Authored-By: Thiago da Silva <thiago@redhat.com>
Change-Id: I710ff2f51271a78582fa502e7eecfa687800c664
(cherry picked from commit 38fe61be95)
This commit is contained in:
Christian Schwede 2016-10-28 13:23:32 +02:00 committed by Emilien Macchi
parent c560d3bdc7
commit dabc04b3ea
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,6 @@ outputs:
- ResellerAdmin
swift::proxy::versioned_writes::allow_versioned_writes: true
swift::proxy::pipeline:
- 'ceilometer'
- 'catch_errors'
- 'healthcheck'
- 'proxy-logging'
@ -101,6 +100,7 @@ outputs:
- 'keystone'
- 'staticweb'
- 'versioned_writes'
- 'ceilometer'
- 'proxy-logging'
- 'proxy-server'
swift::proxy::account_autocreate: true