oslo.middleware/releasenotes/notes/global_request_id-a8ec7260fbd76444.yaml
Sean Dague 0e3dbba0d9 Set global_request_id if passed in as X-OpenStack-Request-ID.
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
2017-05-23 12:48:41 -04:00

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.