python-keystoneclient/doc/source
David Stanek b2e9caee38 Add Response class to return request-id to caller
This change is required to return 'request_id' from client
to log request_id mappings of cross-project requests.

Instantiating class 'keystoneclient.v3.client.Client' using
'include_metadata=True' will cause manager response to return
a new 'Response' class instead of just the data. This 'Response'
class is going to have additional metadata properties available
like 'request_ids' and the original data will be available as
property 'data' to it.

This change is backward compatible since user has to set a new
parameter 'include_metadata=True' to client in order to get the
request_id returned.

Co-author: Dinesh Bhor <dinesh.bhor@nttdata.com>
Partially Implements: blueprint return-request-id-to-caller
Change-Id: Ibefaa484158ff08bfcacc1e2802d87fc26fd76a5
2018-03-26 01:51:30 -07:00
..
conf.py Merge "Bring back intersphinx reference to keystoneauth" 2017-07-06 06:40:57 +00:00
history.rst auto-generate release history 2015-10-15 19:00:43 +00:00
index.rst Update URLs in documents according to document migration 2017-07-14 09:56:01 +08:00
using-api-v2.rst Update developer docs for keystoneauth session 2016-02-28 17:17:33 +00:00
using-api-v3.rst Add Response class to return request-id to caller 2018-03-26 01:51:30 -07:00
using-sessions.rst Update developer docs for keystoneauth session 2016-02-28 17:17:33 +00:00