summaryrefslogtreecommitdiff
path: root/releasenotes/notes/return-request-id-to-caller-47f4c0a684b1d88e.yaml
blob: 25fe2e6e956e773332ad1774630dab5fabcaff32 (plain)
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