python-neutronclient/releasenotes/notes/global_request_id-56856a93b982a6b3.yaml
Sean Dague af869a4ca6 Allow global_request_id in Client constructor
This provides the facility to take global_request_id as a construction
parameter for a neutron client, and pass it through the system. This
will be used by Nova and others to set global_request_id so requests
can be tracked across services.

oslo spec I65de8261746b25d45e105394f4eeb95b9cb3bd42

Change-Id: I7ed48ad247676c71a3a7b12585572c398dda06e0
2017-05-26 08:38:28 -04:00

7 lines
185 B
YAML

---
features:
- |
Adds a new ``global_request_id`` parameter to the Client
constructors, which will pass that id on all requests as the
``X-OpenStack-Request-ID`` header.