0e3dbba0d9
If an inbound header that validates against the regex ``req-$uuid`` is passed in, we'll set it where oslo.context could later read it. This creates a mechanism for parents to pass their request-id to children. Change-Id: I5c5268e8680392395fbe04efe0124575ad8db468
9 lines
314 B
YAML
9 lines
314 B
YAML
---
|
|
features:
|
|
- |
|
|
This adds support for ``global_request_id`` to the ``RequestId``
|
|
middleware. An inbound header of ``X-OpenStack-Request-ID`` is
|
|
accepted as long as it is of the format ``req-$uuid``, and made
|
|
available to oslo.context. This will allow for cross project
|
|
request id tracking.
|