]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Import request_id middleware bug fix from oslo
authorChris Buccella <buccella@linux.vnet.ibm.com>
Wed, 26 Mar 2014 19:48:16 +0000 (19:48 +0000)
committerChris Buccella <buccella@linux.vnet.ibm.com>
Wed, 26 Mar 2014 19:52:38 +0000 (19:52 +0000)
commitb5f7cf989c6f233fb2b0dd759cc33afb94761ec2
tree1a3436580362b643186b4607dabd4ff03f8e5368
parent532e99589bbc242f153a37c8b40965bcb043dec2
Import request_id middleware bug fix from oslo

There is a bug in request-id middleware that a subsequent API request
will overwrite a request-id of a previous request when multiple API
calls are processed in parallel in request_id middleware. The fix is
a drop-in replacement; cinder code does not need to be modified to
use the updated request_id middleware.

oslo change to fix the middleware:
d7bd9dc37ac3d6bc171cd2e290c772633ad20a32

Closes-Bug: #1289696
Change-Id: Ib211318c47681f841bcde04e490ccc2070bdf8de
cinder/openstack/common/middleware/request_id.py