File: return-request-id-to-caller-47f4c0a684b1d88e.yaml

package info (click to toggle)
python-glanceclient 1%3A2.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,428 kB
  • sloc: python: 14,764; sh: 110; makefile: 35
file content (10 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
features:
  - Added support to return "x-openstack-request-id" header in request_ids attribute
    for better tracing.

    | For ex.
    | >>> from glanceclient import Client
    | >>> glance = Client('2', endpoint='OS_IMAGE_ENDPOINT', token='OS_AUTH_TOKEN')
    | >>> res = glance.images.get('<image_id>')
    | >>> res.request_ids