deb-python-cinderclient/cinderclient/v2
Ankit Agrawal c49fce3909 Add request_ids attribute to resource objects
Added request_ids attribute to resource object for all the
volume_backups, volume_encryption_types and volume_transfers
APIs by updating following APIs:

volume_backups: reset_state, delete, export_record, import_record
volume_transfers: delete
volume_encryption_types: list

Returning list with request_ids as attribute in case of 'list' API
for volume_encryption_types.

These changes are required to return 'request_id' from client to log
request_id mappings of cross projects.

For more details on how request_id will be returned to the caller,
please refer to the approved blueprint [1] discussed with the
cross-project team.
[1] http://specs.openstack.org/openstack/openstack-specs/specs/return-request-id.html

DocImpact
'request-ids' will be returned as an attribute with response object.
User can access it using 'res.request_ids' where 'res' is a
response object.

Change-Id: I2197ca38f6c9a8b0ced5c82d29676b49c9700b09
Partial-Implements: blueprint return-request-id-to-caller
2016-02-16 00:34:58 -08:00
..
contrib Update help strings for cinder client 2014-04-23 09:06:21 -05:00
__init__.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
availability_zones.py Update help strings for cinder client 2014-04-23 09:06:21 -05:00
capabilities.py Adds command to fetch specified backend capabilities 2015-09-02 00:53:40 +00:00
cgsnapshots.py Cinder Client for Consistency Groups 2014-09-08 10:37:04 -04:00
client.py Add the version attribute to the Client class 2015-10-28 09:50:02 +00:00
consistencygroups.py CLI: Clone CG 2015-08-08 05:36:45 -04:00
limits.py Fix RateLimit.__repr__ - self.method is undefined 2013-12-31 18:00:24 +04:00
pools.py Expose cinder's scheduler pool API 2015-01-30 16:50:21 +00:00
qos_specs.py Merge "Add search_opts into the method list() for qos specs" 2015-07-06 17:31:45 +00:00
quota_classes.py Fixes quota-class-update commands 2015-03-02 23:29:07 +08:00
quotas.py Quotaset update does not return result 2014-07-29 17:56:07 +00:00
services.py CLI for disable service reason 2014-03-16 09:34:09 +08:00
shell.py Allow "cinder backup-delete" to delete multiple backups in one request 2016-02-11 10:40:05 +00:00
volume_backups_restore.py Fix string representation of VolumeBackupsRestore 2013-11-27 11:05:42 +00:00
volume_backups.py Add request_ids attribute to resource objects 2016-02-16 00:34:58 -08:00
volume_encryption_types.py Add request_ids attribute to resource objects 2016-02-16 00:34:58 -08:00
volume_snapshots.py support for snapshot management 2015-12-02 10:07:11 +08:00
volume_transfers.py Add request_ids attribute to resource objects 2016-02-16 00:34:58 -08:00
volume_type_access.py Add support for os-volume-type-access extension 2014-12-19 13:26:21 -05:00
volume_types.py is_public=N/A in output of cinder type-update 2016-02-02 09:04:05 +00:00
volumes.py Merge "Adds v2 replication support" 2015-11-30 20:33:11 +00:00