move slo, dlo after tempauth in pipeline
Noticed that slo and dlo middleware were placed before tempauth, they should be placed after DocImpact Change-Id: Ia931e2280125d846f248b23e219aebad14c66210 Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
parent
2792fe81a9
commit
11a72a4a50
@ -9,7 +9,7 @@ eventlet_debug = true
|
||||
[pipeline:main]
|
||||
# Yes, proxy-logging appears twice. This is so that
|
||||
# middleware-originated requests get logged too.
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk tempurl slo dlo ratelimit crossdomain tempauth staticweb container-quotas account-quotas proxy-logging proxy-server
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk tempurl ratelimit crossdomain tempauth staticweb container-quotas account-quotas slo dlo proxy-logging proxy-server
|
||||
|
||||
[filter:catch_errors]
|
||||
use = egg:swift#catch_errors
|
||||
|
Loading…
Reference in New Issue
Block a user