python-novaclient/releasenotes/notes/global_request_id-26f4e4301f84d403.yaml
Sean Dague d25502cbe2 Have python-novaclient support global_request_id
As part of the Boston Summit, support the global_request_id effort by
making python-novaclient support passing global_request_id during
construction.

part of bp:oslo-middleware-request-id

oslo spec I65de8261746b25d45e105394f4eeb95b9cb3bd42

Change-Id: Ife29b1856c0c278eab1708c3971fef14b9d77e2e
2017-05-26 08:32:05 -04:00

7 lines
179 B
YAML

---
features:
- |
A new ``global_request_id`` parameter is accepted on the client
constructor, which will then pass ``X-OpenStack-Request-ID`` on
all requests made.