433d97c40c
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>
13 lines
335 B
YAML
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.
|