File: return-request-id-to-caller-78d27f33f0048405.yaml

package info (click to toggle)
python-cinderclient 1%3A9.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: python: 18,011; makefile: 94; sh: 25
file content (12 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
      Added support to return "x-openstack-request-id" header in
      request_ids attribute for better tracing.

      For example::

        >>> from cinderclient import client
        >>> cinder = client.Client('2', $OS_USER_NAME, $OS_PASSWORD, $OS_TENANT_NAME, $OS_AUTH_URL)
        >>> res = cinder.volumes.list()
        >>> res.request_ids