Make sure swift cactch_errors middleware is first in pipeline
Closes-Bug: rhbz#1023221 Change-Id: Ic8b03d9fa663caf54db805b233c669286ae4353a
This commit is contained in:
committed by
Lukas Bezdicka
parent
cb016095e8
commit
4f7390eae1
@@ -7,8 +7,8 @@ class { 'memcached':
|
|||||||
class { 'swift::proxy':
|
class { 'swift::proxy':
|
||||||
proxy_local_net_ip => '%(CONFIG_CONTROLLER_HOST)s',
|
proxy_local_net_ip => '%(CONFIG_CONTROLLER_HOST)s',
|
||||||
pipeline => [
|
pipeline => [
|
||||||
'bulk',
|
|
||||||
'catch_errors',
|
'catch_errors',
|
||||||
|
'bulk',
|
||||||
'healthcheck',
|
'healthcheck',
|
||||||
'cache',
|
'cache',
|
||||||
'ratelimit',
|
'ratelimit',
|
||||||
|
|||||||
Reference in New Issue
Block a user