Return request Id to caller
Most of the OpenStack RESTful API returns X-Openstack-
We are proposing to add 'request_ids' as attribute to the response objects returned from python-
For more details on how request_id will be returned to the caller, please refer to the approved blueprint [1] discussed with the cross-project team.
[1] : https:/
For example:
from glanceclient import client
glance = client.Client('2', 'demo', 'admin', 'demo', 'http://
images = glance.
# Get request id from images resource object
images[
'req-a9b74258-
Blueprint information
- Status:
- Started
- Approver:
- Flavio Percoco
- Priority:
- Undefined
- Drafter:
- Abhishek Kekane
- Direction:
- Needs approval
- Assignee:
- Ravi Shekhar Jethani
- Definition:
- Approved
- Series goal:
- Accepted for mitaka
- Implementation:
- Slow progress
- Milestone target:
- None
- Started by
- Abhishek Kekane
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Cross-Project specs is approved, https:/
Approved w/o glance-spec because it's coming from a cross-project spec -- flaper87 2015-10-08
lite-specs reference - https:/
Gerrit topic: https:/
Addressed by: https:/
Provide a list of request ids to the caller
Gerrit topic: https:/
Addressed by: https:/
Add release notes for return-
Addressed by: https:/
WIP: Add request id to returned objects
Addressed by: https:/
Add request id to returned objects