python-novaclient/novaclient
Takashi NATSUME 209f172242 Add return-request-id-to-caller function(5/5)
Add return-request-id-to-caller function to
resources and resource managers in the following files.
The methods in the resource class and resource manager return
a wrapper class that has 'request_ids' property.
The caller can get request ids of the callee via the property.

* novaclient/v2/volume_snapshots.py
* novaclient/v2/volumes.py
* novaclient/v2/volume_types.py

Co-authored-by: Ankit Agrawal <ankit11.agrawal@nttdata.com>
Change-Id: I4de8c5cf685a5970acc92f8a58a1db26a8d9ffc7
Implements: blueprint return-request-id-to-caller
2016-01-28 11:24:03 +00:00
..
openstack Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
tests Add return-request-id-to-caller function(5/5) 2016-01-28 11:24:03 +00:00
v2 Add return-request-id-to-caller function(5/5) 2016-01-28 11:24:03 +00:00
__init__.py [microversions] Add support for 2.17 2016-01-25 14:24:49 +02:00
api_versions.py Merge "[microversions] share one object for shell arguments" 2016-01-05 15:50:18 +00:00
auth_plugin.py Do not check requirements when loading entry points 2015-05-27 18:08:02 +00:00
base.py Merge "Add wrapper classes for return-request-id-to-caller" 2016-01-28 10:49:05 +00:00
client.py Fix W503 line break before binary operator 2016-01-09 09:27:38 +01:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Wrong usage of "a/an" 2015-12-30 15:05:50 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Remove all imports from oslo namespace 2015-04-20 13:52:38 +03:00
service_catalog.py Enable check for E127 2014-10-23 14:28:50 +00:00
shell.py Add a mechanism to call out deprecated options 2016-01-07 11:07:44 -06:00
utils.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00