python-novaclient/novaclient/tests/unit/v2/contrib
Andrey Kurilin 65c1fbae70 Store api_version object in one place
Currently we store api_version in two places: client and
HTTPClient/SessionClient instances.

It would be nice to store it in one place, so it would be easier
to change api_version without recreating novaclient object.

Change-Id: I36369a126c20de5922141e8725834ca93d6b0a1a
2016-08-18 18:36:40 +03:00
..
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
fakes.py Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
test_assisted_volume_snapshots.py [tests] initialize client objects inside setUp 2016-04-01 19:23:33 +03:00
test_baremetal.py Deprecate baremetal API and CLI interfaces 2016-07-14 17:44:33 -04:00
test_cells.py [tests] initialize client objects inside setUp 2016-04-01 19:23:33 +03:00
test_instance_actions.py [tests] initialize client objects inside setUp 2016-04-01 19:23:33 +03:00
test_list_extensions.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_migrations.py Store api_version object in one place 2016-08-18 18:36:40 +03:00
test_server_external_events.py [tests] initialize client objects inside setUp 2016-04-01 19:23:33 +03:00
test_tenant_networks.py [tests] initialize client objects inside setUp 2016-04-01 19:23:33 +03:00