summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/return-request-id-to-caller-97fa269ad626f8c1.yaml10
1 files changed, 8 insertions, 2 deletions
diff --git a/releasenotes/notes/return-request-id-to-caller-97fa269ad626f8c1.yaml b/releasenotes/notes/return-request-id-to-caller-97fa269ad626f8c1.yaml
index f1d4dbf..8ef4701 100644
--- a/releasenotes/notes/return-request-id-to-caller-97fa269ad626f8c1.yaml
+++ b/releasenotes/notes/return-request-id-to-caller-97fa269ad626f8c1.yaml
@@ -3,5 +3,11 @@ features:
- >
[`blueprint return-request-id-to-caller
<https://blueprints.launchpad.net/python-keystoneclient/+spec/return-request-id-to-caller>`_]
- Added support to return "x-openstack-request-id" header in request_ids attribute
- for better tracing.
+ Instantiating client with ``include_metadata=True`` will cause manager response to return data
+ along with request_ids for better tracing. Refer [`using-api-v3
+ <https://docs.openstack.org/python-keystoneclient/latest/using-api-v3.html#getting-metadata-responses>`_]
+
+
+ Added support to return "x-openstack-request-id" header in request_ids attribute if
+ ``include_metadata=True``. Also, for APIs which return response as None, client will return request_ids
+ as well if ``include_metadata`` is True. \ No newline at end of file