52f12f28a2
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>
12 lines
366 B
YAML
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 |