python-openstackclient/openstackclient/tests/unit
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
..
api Fixes image api URL endpoint for certain scenario 2017-01-04 18:14:10 +00:00
common Fix quota set command error for SDK > 0.9.10 2017-01-15 20:00:53 +08:00
compute Use image client for images instead of compute 2017-01-24 16:56:35 +00:00
identity Error handling for delete commands in identity 2017-01-03 23:30:49 +08:00
image Fix image member unit tests occasional failures 2017-01-12 10:50:07 -06:00
integ move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
network SDK refactor: Prepare security group commands 2017-01-23 19:18:23 +00:00
object Add option "--name" to command "openstack object create" 2016-09-26 22:42:10 -04:00
volume Error in the return of command 'volume qos create' 2017-01-17 15:19:22 +08:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Merge "Add support for Network QoS rule commands" 2017-01-11 23:37:00 +00:00
test_shell.py [TrivialFix] Fix typo error 2016-12-14 14:39:24 +08:00
utils.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00