Add release notes for return-request-id-to-caller

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] http://specs.openstack.org/openstack/openstack-specs/specs/return-request-id.html

Implements: blueprint return-request-id-to-caller
Change-Id: Ic6b557895707f30869219bd5096c4ef7785cf7dc
This commit is contained in:
Ankit Agrawal 2016-01-28 23:44:16 -08:00
parent 8c8cdabde3
commit 8d1d409700
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- Added support to return "x-openstack-request-id" header in request_ids attribute
for better tracing.
| For ex.
| >>> 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