openstacksdk/openstack/image
Artem Goncharov cb240b1308 Fix image create with tags
When passing tags to image create _make_v2_image_params will cast tags
to string, while those should remain list. This is required to complete
switch in OSC from glanceclient to SDK.
Since we use TagMixin remove tags property from resource (it's anyway
there).

Change-Id: I4f068dfafe4bc85ddda6dbc716dffa0c316500f6
2019-09-17 16:01:59 +02:00
..
v1 Extract image download method into a mixin 2019-05-11 09:40:38 +02:00
v2 Fix image create with tags 2019-09-17 16:01:59 +02: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