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
This commit is contained in:
Eric Fried 2019-07-11 16:47:35 -05:00
parent df57e0ec3b
commit 3fd9ce7007
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
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.)