Merge "fix formatting of return-request-id-to-caller release note"
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user