Files
deb-python-openstacksdk/doc/source/users/guides
Lars Kellogg-Stedman 5b2df7e724 Enable streaming responses in download_image
Previously, the openstack.image.image_download method would place the
contents of a remote image into a Python variable.  With this change,
the download_image method can optionally return the
requests.Response object returned by session.get(), which permits
the caller to download the image in chunks using the iter_content
method.  This can prevent performance issues when dealing with
large images.

Change-Id: Ie62ebcc895ca893321a10def18ac5d74c7c843b9
2017-03-02 15:45:07 -05:00
..
2015-10-01 21:50:49 -05:00
2016-03-19 09:07:57 +00:00
2015-11-10 20:24:18 -06:00
2016-01-16 17:40:48 +01:00
2015-10-01 21:50:49 -05:00
2015-12-04 14:55:56 -06:00
2015-08-20 10:55:41 -05:00
2017-02-16 15:39:31 -05:00
2015-10-01 21:50:49 -05:00
2015-12-11 14:09:01 -07:00