keystoneauth/releasenotes/notes/global_request_id-per-request-bd66c7e0f1a71d9f.yaml
Eric Fried 3fd9ce7007 reno: per-request global_request_id
Adds a release note for the per-request global_request_id kwarg that was
added via [1].

[1] Ied73320fcd813ae796e40cbdb30717900486b92c

Change-Id: I2c347e928b20c9533dc2758adc75bc8fdd78c006
2019-07-11 16:47:35 -05:00

7 lines
222 B
YAML

---
features:
- |
The ``X-Openstack-Request-Id`` header can now be set per-request via a
``global_request_id`` kwarg to ``Adapter`` and ``Session`` request methods
(``request()``, ``get()``, ``put()``, etc.)