Comment 5 for bug 1734625

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

Reviewed: https://review.openstack.org/525231
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c647865bf6d0c7048d5414564161f6303e7bc5ae
Submitter: Zuul
Branch: master

commit c647865bf6d0c7048d5414564161f6303e7bc5ae
Author: Takashi NATSUME <email address hidden>
Date: Mon Dec 4 21:57:23 2017 +0900

    [placement] Add sending global request ID in delete

    Add the 'X-Openstack-Request-Id' header
    in the request of DELETE.
    When deleteing a resource provider, the header is added.

    Subsequent patches will add the header in the other cases.

    Change-Id: Id78b849fe0f874d7a8e13c72f63b10724faf1aa7
    Partial-Bug: #1734625