File: image-import-proxy-params-f19d8b6166104ebe.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.