Remove the unused request_id filter from api-paste.ini

Change-Id: I7a0b59e2cb399d09b3c69038dce966ec47df6569
This commit is contained in:
zhurong 2017-12-06 17:15:16 +08:00
parent 9f46043f2f
commit 45e5ac8283
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ use = call:nova.api.auth:pipeline_factory_v21
noauth2 = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler noauth2 legacy_v2_compatible osapi_compute_app_v21
keystone = cors http_proxy_to_wsgi compute_req_id faultwrap request_log sizelimit osprofiler authtoken keystonecontext legacy_v2_compatible osapi_compute_app_v21
[filter:request_id]
paste.filter_factory = oslo_middleware:RequestId.factory
[filter:request_log]
paste.filter_factory = nova.api.openstack.requestlog:RequestLog.factory