python-ironicclient/releasenotes/notes/support-passing-global-request-id-4b96beb31ec906cb.yaml
Vladyslav Drok 8950cc1e86 Add release note regarding global_request_id
Story: 2007611
Task: 39602
Change-Id: If2c882ce501ae0a88f0284124a7d902baf8448cb
2020-06-23 16:49:23 +02:00

11 lines
530 B
YAML

---
features:
- |
Methods of all `Manager` objects now support passing `global_request_id`
argument, which is passed to ironic API in the header of an HTTP request.
Also it is now possible to instantiate `IronicClient` object passing
`global_request_id` and `additional_headers`, which will be passed to all
requests this client object will be doing. `global_request_id` passed to
the method of the `Manager` object will override the `global_request_id`
specified through `IronicClient` constructor.