python-novaclient/novaclient/v2/contrib
Takashi NATSUME 9f10d7d0b0 Add return-request-id-to-caller function(4/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/contrib/assisted_volume_snapshots.py
* novaclient/v2/contrib/baremetal.py
* novaclient/v2/contrib/cells.py
* novaclient/v2/contrib/instance_action.py
* novaclient/v2/contrib/list_extensions.py
* novaclient/v2/contrib/migrations.py
* novaclient/v2/contrib/server_external_events.py
* novaclient/v2/contrib/tenant_networks.py

Co-authored-by: Ankit Agrawal <ankit11.agrawal@nttdata.com>
Change-Id: I58ec61eb585d145cb7d638bcb690b3ebee0461e9
Implements: blueprint return-request-id-to-caller
2016-01-28 11:23:36 +00:00
..
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
assisted_volume_snapshots.py Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
baremetal.py Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
cells.py Fix description of parameters in nova-client functions 2015-02-27 16:56:28 +03:00
deferred_delete.py Allow restore command with name param 2016-01-23 22:06:48 +08:00
host_evacuate.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
host_evacuate_live.py Option to specify max servers for live evacuate 2015-09-02 17:13:47 +00:00
host_servers_migrate.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
instance_action.py Wrong usage of "a/an" 2015-12-30 15:05:50 +08:00
list_extensions.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
metadata_extensions.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
migrations.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
server_external_events.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
tenant_networks.py Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00