python-openstackclient/openstackclient/tests/unit/compute/v2
Artom Lifshitz 98f803e0f0 Use image client for images instead of compute
With the deprecation of the Nova proxy APIs in microversion 2.36 [1],
any operation that uses a microversion higher than 2.36 and works with
images will fail because the /images endpoint will return 404. This
patch updates openstackclient to query images using the image client
in places where previously the compute client was used.

[1] http://docs.openstack.org/developer/nova/api_microversion_history.html#id33

Change-Id: Ia66e44e530799ce6531922dcf6a84e38528c8725
Closes-bug: 1630161
2017-01-24 16:56:35 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Add unit tests for usage commands in compute v2 2016-12-26 03:05:37 +00:00
test_agent.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_aggregate.py Support "--no" option in aggregate set 2016-09-24 15:59:13 +08:00
test_console.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_flavor.py Fix creating a private flavor with ID auto 2017-01-05 15:58:47 +01:00
test_host.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_hypervisor_stats.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_hypervisor.py Add --long option and more columns to the hypervisor list command 2016-10-27 04:33:47 -07:00
test_keypair.py Adds information about private key generation for instance access 2016-10-25 08:51:20 +02:00
test_server_backup.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_server_group.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_server_image.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_server.py Use image client for images instead of compute 2017-01-24 16:56:35 +00:00
test_service.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_usage.py Add unit tests for usage commands in compute v2 2016-12-26 03:05:37 +00:00