python-novaclient/novaclient/tests/unit
Takashi NATSUME 0414bab3d3 Add return-request-id-to-caller function(3/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/keypairs.py
* novaclient/v2/limits.py
* novaclient/v2/networks.py
* novaclient/v2/quota_classes.py
* novaclient/v2/quotas.py
* novaclient/v2/security_group_default_rules.py
* novaclient/v2/security_group_rules.py
* novaclient/v2/security_groups.py
* novaclient/v2/server_groups.py
* novaclient/v2/services.py
* novaclient/v2/usage.py
* novaclient/v2/versions.py

Co-authored-by: Ankit Agrawal <ankit11.agrawal@nttdata.com>
Change-Id: I9203f70a0eef5686b590fbff35563f2cf8b6f586
Implements: blueprint return-request-id-to-caller
2016-01-28 11:22:00 +00:00
..
fixture_data Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
v2 Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
__init__.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
fake_actions_module.py Fix help message in case of microversions 2015-12-08 17:09:31 +02:00
fakes.py Add wrapper classes for return-request-id-to-caller 2016-01-26 23:46:10 +00:00
idfake.pem Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_api_versions.py [microversions] share one object for shell arguments 2015-12-22 15:17:12 +02:00
test_auth_plugins.py Test: Clean v2 client userwarning 2016-01-12 12:05:50 +08:00
test_base.py Add wrapper classes for return-request-id-to-caller 2016-01-26 23:46:10 +00:00
test_client.py Test: Clean v2 client userwarning 2016-01-12 12:05:50 +08:00
test_discover.py Make _discover_extensions public 2015-05-06 14:10:59 +08:00
test_http.py Ensure the use of volume endpoint in volumes apis 2015-03-17 01:19:11 +00:00
test_service_catalog.py Migrate to keystoneauth from keystoneclient 2015-12-12 20:39:57 -08:00
test_shell.py Add a mechanism to call out deprecated options 2016-01-07 11:07:44 -06:00
test_utils.py Add wrapper classes for return-request-id-to-caller 2016-01-26 23:46:10 +00:00
utils.py Add return-request-id-to-caller function(1/5) 2016-01-27 11:44:19 +09:00