openstacksdk/openstack/image
Artem Goncharov 63fe02bf77 Support uploading image from data and stdin
It might be useful to upload image from stdin. Disadvantage is, that it
is not possible to calculate checksums and this will prohibit threaded
image upload when using swift and tasks.
Additionally fix checksum validation during image creation - when
create_image is not called through cloud layer - the result might be
different, when checksums of existing image match (due to call and
return cloud.get_image). Fixing this requires also completing image v1
(proper find). Yeah, lots of tests are affected by that change.

Required-by: https://review.opendev.org/#/c/650374
Change-Id: I709d8b48cb7867fd806e2f19781bb84739363843
2019-12-17 15:05:00 +01:00
..
v1 Support uploading image from data and stdin 2019-12-17 15:05:00 +01:00
v2 Support uploading image from data and stdin 2019-12-17 15:05:00 +01:00
__init__.py Very basic image resource 2014-06-23 16:37:38 -06:00
_base_proxy.py Support uploading image from data and stdin 2019-12-17 15:05:00 +01:00
_download.py Replace use of log.warn with log.warning 2019-05-11 09:45:03 +02:00
image_service.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
image_signer.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00
iterable_chunked_file.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00