openstacksdk/openstack/image
David Shrewsbury 8298a46e87 Add header to auto-delete image upload objects
When using the tasks API, swift objects are used for creating the
final image. Although we manually clean these up when everything
goes right, it's possible when things go wrong that these objects
can be left lying around. Let's use the 'x-delete-after' header on
the objects to make sure they are cleaned up after a day.

Change-Id: Ieb2c11490a6fd195941ca87724eae2a6f67d43ad
2019-08-15 10:59:16 -04:00
..
v1 Extract image download method into a mixin 2019-05-11 09:40:38 +02:00
v2 Add header to auto-delete image upload objects 2019-08-15 10:59:16 -04:00
__init__.py Very basic image resource 2014-06-23 16:37:38 -06:00
_base_proxy.py Continue refactoring of the image 2019-05-10 18:34:34 +02: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