nova/releasenotes/notes/openstack-request-id-95f7bc7e960344a4.yaml
Sean Dague 99c690f57e Migrate to oslo request_id middleware - mv 2.46
In order to support cross project request_id tracking, we need to be
on oslo.middleware for request_id. This makes that change now that
oslo middleware can support compat headers.

api-ref is not updated yet because x-compute-request-id was apparently
never documented there, and the timing on landing this is narrow
because the moment a requirements update happens we'll have this new
behavior.

Part of bp:oslo-middleware-request-id

Change-Id: I4d9f91b01de12cd0a676fc649953f98473b6b416
2017-05-27 10:11:44 +00:00

11 lines
457 B
YAML

---
features:
- |
Nova now uses oslo.middleware for request_id processing. This
means that there is now a new ``X-OpenStack-Request-ID`` header
returned on every request which mirrors the content of the
existing ``X-Compute-Request-ID``. The expected existence of this
header is signaled by Microversion 2.46. If server version >= 2.46, you
can expect to see this header in your results (regardless of
microversion requested).