Comment 7 for bug 1289696

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/83195
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=b5f7cf989c6f233fb2b0dd759cc33afb94761ec2
Submitter: Jenkins
Branch: master

commit b5f7cf989c6f233fb2b0dd759cc33afb94761ec2
Author: Chris Buccella <email address hidden>
Date: Wed Mar 26 19:48:16 2014 +0000

    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