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 keystoneclient.v2_0 import client
keystone = client.
users = keystone.
# Get request id from users resource object
users['
'req-ddb583dd-
Blueprint information
- Status:
- Started
- Approver:
- Steve Martinelli
- Priority:
- Low
- Drafter:
- Abhishek Kekane
- Direction:
- Approved
- Assignee:
- Maho Koshiya
- Definition:
- Approved
- Series goal:
- Proposed for mitaka
- Implementation:
- Started
- Milestone target:
- None
- Started by
- Dave Chen
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Cross-project spec has been already approved.
https:/
approved at keystone meeting - 12/22/2015
Gerrit topic: https:/
Addressed by: https:/
Add wrapper classes for return-
Addressed by: https:/
Add return-
Addressed by: https:/
Add return-
Addressed by: https:/
Add return-
Addressed by: https:/
Add release notes for return-
Addressed by: https:/
Add Response class to return request-id to caller
Addressed by: https:/
Add return-