openstacksdk/releasenotes/notes/image-import-proxy-params-f19d8b6166104ebe.yaml
Stephen Finucane 433d97c40c image: Add missing image import options
Add support for the following options:

- remote_region
- remote_image_id
- remote_service_interface

In addition, we now return the response to the user.

Change-Id: I7ebb75896002ea8e0eca6617eb407e94050bce65
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-01-13 17:25:51 +00:00

13 lines
335 B
YAML

---
features:
- |
The ``openstack.image.Image.import_image`` method and ``import_image``
image proxy method now accept the following additional paramters:
- ``remote_region``
- ``remote_image_id``
- ``remote_service_interface``
These are required to support the ``glance-download`` image import
method.