99c690f57e
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
11 lines
457 B
YAML
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).
|