python-novaclient/novaclient
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
..
openstack Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
tests 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 [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