python-novaclient/novaclient/v2
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
..
contrib Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
agents.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
availability_zones.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
certs.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
client.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
cloudpipe.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
fixed_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
flavor_access.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
flavors.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
floating_ip_dns.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
floating_ip_pools.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
floating_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
floating_ips_bulk.py Fix H404/405 violations in novaclient/v2/[a-f] 2015-12-07 17:35:19 +09:00
fping.py Merge "encode the url parameters" 2015-12-16 13:55:26 +00:00
hosts.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
hypervisors.py hypervisor command can't use cell format id to show hypervisor 2015-07-20 04:55:32 +00:00
images.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
keypairs.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
limits.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
networks.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
quota_classes.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
quotas.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
security_group_default_rules.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
security_group_rules.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
security_groups.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
server_groups.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
servers.py Add return-request-id-to-caller function(1/5) 2016-01-27 11:44:19 +09:00
services.py encode the url parameters 2015-12-07 20:01:38 +08:00
shell.py Merge "[microversions] Extend shell with 2.12" 2016-01-27 16:13:44 +00:00
usage.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
versions.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
virtual_interfaces.py [microversions] Increase max version to 2.12 2015-12-07 22:17:22 +02:00
volume_snapshots.py Change default service_type for volumes managers 2015-09-30 14:20:04 +03:00
volume_types.py Change default service_type for volumes managers 2015-09-30 14:20:04 +03:00
volumes.py Change default service_type for volumes managers 2015-09-30 14:20:04 +03:00