python-novaclient/novaclient/tests/unit
Andrey Kurilin ca27736810 Remove 2 redundant methods
I suppose that methods get_resource_manager_extra_kwargs and
add_resource_manager_extra_kwargs_hook were designed in those days when
Nova API had extensions.
Nowdays, Nova API has strict schema validation of requests, so no
additional arguments are allowed and these methods look redundant.

The fact that get_resource_manager_extra_kwargs lists of the objects
added by add_resource_manager_extra_kwargs_hook whereas
add_resource_manager_extra_kwargs_hook is not called anywhere
doesn't add chances for leaving these methods in our code.

Compatibility: both methods are designed for CLI and the CLI behaviour
  will not change after removing them, so we can do a cleanup without
  following standard deprecation cycle.

Change-Id: Id61457c3db8a17e2294dc579b2519873927fec48
2018-02-09 15:26:08 +00:00
..
fixture_data Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
v2 Add support for microversion 2.60 - volume multiattach 2018-01-22 18:26:21 -05:00
__init__.py Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
fake_actions_module.py Use novaclient/utils directly and remove openstack/common (1/4) 2016-03-03 01:23:34 +00:00
fakes.py Look up image names directly in glance 2016-08-12 16:00:56 -04:00
idfake.pem Move unit tests into unit test directory 2015-01-27 13:06:06 -08:00
test_api_versions.py Use more specific asserts in tests 2016-12-06 09:43:12 +01:00
test_base.py Fixed the __ne__ implementation in base.Resource 2016-12-19 12:10:03 -06:00
test_client.py Have python-novaclient support global_request_id 2017-05-26 08:32:05 -04:00
test_discover.py Remove deprecated tenant network APIs 2017-03-20 16:36:58 -04:00
test_exceptions.py Handle error response for webob>=1.6.0 2016-03-18 19:22:03 -04:00
test_shell.py Remove SecretsHelper 2017-11-16 12:45:51 -05:00
test_utils.py Remove 2 redundant methods 2018-02-09 15:26:08 +00:00
utils.py Clean up requests-mock usage 2016-10-05 06:53:05 +11:00