summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladyslav Drok <vdrok@mirantis.com>2020-06-02 14:43:24 +0200
committerVladyslav Drok <vdrok@mirantis.com>2020-06-23 16:49:23 +0200
commit8950cc1e86fa26aabdd1a3b7e9490fe4bd4aaebc (patch)
treec3ba6e3437ed8e438f33e64a71191b1cb823f6dd
parent3aff1bb2ae2c8714fb4a113e2774c022d2bf1e1b (diff)
downloadpython-ironicclient-8950cc1e86fa26aabdd1a3b7e9490fe4bd4aaebc.tar.gz
Add release note regarding global_request_id
Story: 2007611 Task: 39602 Change-Id: If2c882ce501ae0a88f0284124a7d902baf8448cb
-rw-r--r--releasenotes/notes/support-passing-global-request-id-4b96beb31ec906cb.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/support-passing-global-request-id-4b96beb31ec906cb.yaml b/releasenotes/notes/support-passing-global-request-id-4b96beb31ec906cb.yaml
new file mode 100644
index 0000000..d9cef19
--- /dev/null
+++ b/releasenotes/notes/support-passing-global-request-id-4b96beb31ec906cb.yaml
@@ -0,0 +1,10 @@
+---
+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.