Comment 13 for bug 1734625

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

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

commit 5d928ae2e00ac55582210a8df5afe6e3f45ff2bb
Author: Takashi NATSUME <email address hidden>
Date: Fri Jan 5 07:08:53 2018 +0900

    [placement] Add sending global request ID in put (1)

    Add the 'X-Openstack-Request-Id' header
    in the request of PUT in SchedulerReportClient.
    When updating inventories, deleting inventories
    (microversion 1.5 not available) and ensuring
    a resource class, the header is added.

    Subsequent patches will add the header in the other cases.

    Change-Id: I02b9f2ef1cbd16d5bf9c4084bc652e94875a6c2a
    Partial-Bug: #1734625