openstacksdk/openstack/tests/unit
Victor Coutellier de8a882ce7 Add glance image import support
Interoperable image import process are introduced in the Image API v2.6. It
mainly allow image importing from an external url and let Image Service
download it by itself without sending binary data at image creation.

This commit will add a method import_image in both Image resource and proxy.

I also add a simple create_image proxy function for creating an image without
uploading it's data, as it is not required in glance API.

Change-Id: Idee9bea3f1f5db412e0ecd2105adff316aef4c4b
Story: 2005085
Task: 29671
2019-02-28 15:10:32 +00:00
..
baremetal baremetal: support network_data when building configdrive 2019-02-26 11:31:05 +01:00
block_storage Use pagination detection by default 2019-01-29 10:30:59 +01:00
block_store/v2 Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
cloud Move image methods to sdk image proxy 2019-02-28 15:10:30 +00:00
clustering Merge "Fix resource deletion in clustering" 2019-02-01 21:00:54 +00:00
compute Merge "Rename compute.service.zone to availability_zone" 2019-02-22 18:25:44 +00:00
config Merge "Support remote vendor profiles" 2018-12-05 13:54:03 +00:00
database Use pagination detection by default 2019-01-29 10:30:59 +01:00
fixtures Move image methods to sdk image proxy 2019-02-28 15:10:30 +00:00
identity Use pagination detection by default 2019-01-29 10:30:59 +01:00
image Add glance image import support 2019-02-28 15:10:32 +00:00
instance_ha Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
key_manager Use pagination detection by default 2019-01-29 10:30:59 +01:00
load_balancer Add Octavia (load_balancer) amphora API 2019-02-02 18:44:01 +00:00
message Use pagination detection by default 2019-01-29 10:30:59 +01:00
network Add agent property: resources-synced 2019-02-27 09:57:48 +00:00
object_store Drop self.conn from base.TestCase 2018-12-20 00:39:29 +00:00
orchestration Use pagination detection by default 2019-01-29 10:30:59 +01:00
workflow Use pagination detection by default 2019-01-29 10:30:59 +01:00
__init__.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
base.py Move image methods to sdk image proxy 2019-02-28 15:10:30 +00:00
fakes.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
test__adapter.py Move task_manager and adapter up a level from cloud 2017-11-15 11:56:28 -06:00
test_connection.py Drop self.conn from base.TestCase 2018-12-20 00:39:29 +00:00
test_exceptions.py Fixes for Unicode characters in python 2 requests 2019-01-28 11:07:37 +01:00
test_format.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_microversions.py Throw an error on conflicting microversion config 2018-06-11 11:54:33 -05:00
test_placement_rest.py Add tests to verify behavior on '' in self link 2018-06-18 12:43:44 -05:00
test_proxy.py Compute location properly in server 2019-01-11 20:18:53 +00:00
test_proxy_base.py handle "paginated" argument in test_list properly 2019-02-21 12:56:00 +01:00
test_proxy_base2.py Rename BaseProxy to Proxy 2018-02-15 08:54:34 -06:00
test_resource.py Use pagination detection by default 2019-01-29 10:30:59 +01:00
test_utils.py Fixes for Unicode characters in python 2 requests 2019-01-28 11:07:37 +01:00