Comment 20 for bug 1734625

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

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

commit d49a6b8999c4b4986ea0ac0ce9f1dca2c076ee17
Author: Takashi NATSUME <email address hidden>
Date: Fri Jan 5 11:42:17 2018 +0900

    [placement] Add sending global request ID in get

    Add the 'X-Openstack-Request-Id' header
    in the request of GET in SchedulerReportClient.

    Conflicts:
      nova/scheduler/client/report.py
      nova/tests/functional/api/openstack/placement/test_report_client.py
      nova/tests/unit/scheduler/client/test_report.py

    NOTE(takashin):
      The conflicts are due to Iab366da7623e5e31b8416e89fee7d418f7bf9b30.
      This patch should have been merged to stable/queens before
      Iab366da7623e5e31b8416e89fee7d418f7bf9b30!

    Change-Id: I306ac6f5c6b67d77d91a7ba24d4d863ab3e1bf5c
    Closes-Bug: #1734625
    (cherry picked from commit ab4efbba61fb0dd0266e42e48555f80ddde72efd)