summaryrefslogtreecommitdiff
path: root/etc/nova/api-paste.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2014-10-21 14:51:56 +0000
committerJoe Gordon <joe.gordon0@gmail.com>2014-10-21 08:00:29 -0700
commit7f7cfc2dc6baa53adbea431aba840cd88eea8040 (patch)
treeec5f014f1fb0a859961277f19bfd6ffc88f8f905 /etc/nova/api-paste.ini
parent641de5666f38532252e91735a1cd2611d96c489a (diff)
downloadnova-7f7cfc2dc6baa53adbea431aba840cd88eea8040.tar.gz
Revert "Replace outdated oslo-incubator middleware"
This is breaking the Juno -> master grenade path. As we are using the old api-paste.ini file which requires the oslo-incubator copy of request_id This breakage didn't happen from Icehouse -> master since the icehouse api-paste.ini didn't have request_id as a middleware. request_id is only used as middleware in the V21/V3 API and not the V2 API. Closes-Bug: #1383757 This reverts commit 641de5666f38532252e91735a1cd2611d96c489a. Change-Id: I1ca6bddf9d9370529e999efcc7eae60622e19e6f
Diffstat (limited to 'etc/nova/api-paste.ini')
-rw-r--r--etc/nova/api-paste.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini
index 1ba61c4269..f16e36cb01 100644
--- a/etc/nova/api-paste.ini
+++ b/etc/nova/api-paste.ini
@@ -81,7 +81,7 @@ noauth = request_id faultwrap sizelimit noauth_v3 osapi_compute_app_v3
keystone = request_id faultwrap sizelimit authtoken keystonecontext osapi_compute_app_v3
[filter:request_id]
-paste.filter_factory = oslo.middleware:RequestId.factory
+paste.filter_factory = nova.openstack.common.middleware.request_id:RequestIdMiddleware.factory
[filter:compute_req_id]
paste.filter_factory = nova.api.compute_req_id:ComputeReqIdMiddleware.factory