python-openstackclient/openstackclient/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 Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py translate all command help strings 2016-11-17 02:33:42 +00:00
aggregate.py translate all command help strings 2016-11-17 02:33:42 +00:00
console.py translate all command help strings 2016-11-17 02:33:42 +00:00
fixedip.py translate all command help strings 2016-11-17 02:33:42 +00:00
flavor.py Fix flavor create help re swap size units 2017-01-12 18:27:14 +02:00
floatingip.py translate all command help strings 2016-11-17 02:33:42 +00:00
host.py translate all command help strings 2016-11-17 02:33:42 +00:00
hypervisor_stats.py translate all command help strings 2016-11-17 02:33:42 +00:00
hypervisor.py translate all command help strings 2016-11-17 02:33:42 +00:00
keypair.py translate all command help strings 2016-11-17 02:33:42 +00:00
server_backup.py translate all command help strings 2016-11-17 02:33:42 +00:00
server_group.py translate all command help strings 2016-11-17 02:33:42 +00:00
server_image.py translate all command help strings 2016-11-17 02:33:42 +00:00
server.py Use image client for images instead of compute 2017-01-24 16:56:35 +00:00
service.py translate all command help strings 2016-11-17 02:33:42 +00:00
usage.py Modified API calls in os usage 2016-12-08 03:00:45 +08:00