File: return-request-id-to-caller-97fa269ad626f8c1.yaml

package info (click to toggle)
python-keystoneclient 1%3A5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,532 kB
  • sloc: python: 22,085; sh: 171; xml: 149; makefile: 98
file content (13 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - >
    [`blueprint return-request-id-to-caller
    <https://blueprints.launchpad.net/python-keystoneclient/+spec/return-request-id-to-caller>`_]
    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.