af869a4ca6
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
7 lines
185 B
YAML
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.
|