File: global_request_id-a8ec7260fbd76444.yaml

package info (click to toggle)
python-oslo.middleware 6.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 2,980; makefile: 21; sh: 2
file content (8 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
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.