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

package info (click to toggle)
python-cinderclient 1%3A1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,800 kB
  • ctags: 3,870
  • sloc: python: 19,379; sh: 276; makefile: 118
file content (12 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (5)
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