From bca10e9f6d3a86c58a43a761b0f5ef0317f8e25f Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 19 Dec 2017 21:14:51 +0000 Subject: [PATCH] Update paste, policy and rootwrap configurations 2017-12-19 Change-Id: Id94e0a03f0bdb5bb6c4ee4346a3450ccec49bc18 --- templates/api-paste.ini.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/api-paste.ini.j2 b/templates/api-paste.ini.j2 index a0563938..8bde418b 100644 --- a/templates/api-paste.ini.j2 +++ b/templates/api-paste.ini.j2 @@ -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