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>
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
---
|
---
|
||||||
features:
|
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.
|
For example::
|
||||||
| >>> from cinderclient import client
|
|
||||||
| >>> cinder = client.Client('2', $OS_USER_NAME, $OS_PASSWORD, $OS_TENANT_NAME, $OS_AUTH_URL)
|
>>> from cinderclient import client
|
||||||
| >>> res = cinder.volumes.list()
|
>>> cinder = client.Client('2', $OS_USER_NAME, $OS_PASSWORD, $OS_TENANT_NAME, $OS_AUTH_URL)
|
||||||
| >>> res.request_ids
|
>>> res = cinder.volumes.list()
|
||||||
|
>>> res.request_ids
|
Reference in New Issue
Block a user