← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1734625] Fix merged to nova (master)

 

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

commit f66bd7369a86b1833cd146de67c4337ea150f087
Author: Takashi NATSUME <natsume.takashi@xxxxxxxxxxxxx>
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.
    
    Change-Id: I7891b98f225f97ad47f189afb9110ef31c810717
    Partial-Bug: #1734625


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1734625

Title:
  placement: Request IDs are not passed to placement service

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Placement service is called by other nova processes(nova-scheduler/nova-compute).
  But their request IDs are not passed to placement service in the 'X-OpenStack-Request-ID' header of the request.
  Therefore the caller's request IDs are not logged in the placement log.
  It should be output for tracking.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1734625/+subscriptions


References