python-glanceclient/glanceclient
Cyril Roelandt 1ea41f042c do_image_import: always pass remote_* to gc.images.image_import
In do_image_import, gc.images.image_import may be called from two
different places, depending on the command used ("glance image-import"
or "glance image-create-via-import"). Make sure we always pass the
remote_* arguments to gc.images.import.

Change-Id: I76c6ea00523d93bad900776866de6ba22bc516b4
Partial-Bug: #2012442
2023-05-03 15:38:40 +02:00
..
common Merge "Remove unicode-related Python2-only code" 2023-01-12 22:39:42 +00:00
tests do_image_import: always pass remote_* to gc.images.image_import 2023-05-03 15:38:40 +02:00
v1 Merge "Do not use the six library." 2020-07-17 19:32:29 +00:00
v2 do_image_import: always pass remote_* to gc.images.image_import 2023-05-03 15:38:40 +02:00
__init__.py Enable flake8 checks 2015-07-21 17:08:27 +03:00
_i18n.py Remove log translations 2017-03-21 07:19:21 +08:00
client.py Use import_versioned_module from oslo.utils 2016-12-06 09:35:55 +00:00
exc.py Do not use the six library. 2020-06-23 21:51:07 +02:00
shell.py glance help <subcommand>: Clearly specify which options are mandatory 2021-12-14 15:14:10 +00:00