Files
python-keystoneclient/keystoneclient
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
..
2017-08-07 13:14:55 -07:00
2017-08-07 13:14:55 -07:00
2018-01-24 23:23:43 -06:00
2015-11-25 00:23:17 +00:00
2016-11-16 10:13:53 +00:00
2017-08-07 13:14:55 -07:00
2015-12-17 12:04:17 +11:00
2017-08-07 13:14:55 -07:00
2017-12-02 11:15:26 -06:00