Comment 19 for bug 1734625

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

Reviewed: https://review.openstack.org/543113
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=852de1ee7302bbc818a01510d72b6bafddea4cbe
Submitter: Zuul
Branch: stable/queens

commit 852de1ee7302bbc818a01510d72b6bafddea4cbe
Author: Takashi NATSUME <email address hidden>
Date: Fri Jan 5 10:18:47 2018 +0900

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

    Add the 'X-Openstack-Request-Id' header
    in the request of PUT in SchedulerReportClient.
    When removing a resource provider from an instance allocation
    and putting allocations to a resource provider,
    the header is added.

    Subsequent patches will add the header in the other cases.

    Conflicts:
        nova/scheduler/client/report.py

    NOTE(takashin): The conflict is due to
    I2563213dc3b184049af336f0807c4cb4690a9f9a is not backported.

    Change-Id: I7891b98f225f97ad47f189afb9110ef31c810717
    Partial-Bug: #1734625
    (cherry picked from commit f66bd7369a86b1833cd146de67c4337ea150f087)