Merge "fix formatting of return-request-id-to-caller release note"

This commit is contained in:
Jenkins
2016-03-11 21:46:39 +00:00
committed by Gerrit Code Review

View File

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