diff --git a/releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml b/releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml index 305281c..f4e3751 100644 --- a/releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml +++ b/releasenotes/notes/return-request-id-to-caller-78d27f33f0048405.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file