python-cinderclient/releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml
Doug Hellmann 52f12f28a2 fix formatting of return-request-id-to-caller release note
The release note was not escaping the restructuredtext constructs
properly so the YAML parser was wrapping the lines together.

Change-Id: I8ae7e70c4e97d4a26de265f9fc48122be75224bb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-03-11 14:41:27 -05:00

12 lines
366 B
YAML

---
features:
- |
Added support to return "x-openstack-request-id" header in
request_ids attribute for better tracing.
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