Comment 2 for bug 1758039

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-glanceclient (stable/queens)

Reviewed: https://review.openstack.org/555277
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=75775a133d22d377522ba6c1093b751dad7efd3c
Submitter: Zuul
Branch: stable/queens

commit 75775a133d22d377522ba6c1093b751dad7efd3c
Author: PranaliD <email address hidden>
Date: Mon Mar 12 05:38:34 2018 -0400

    Add support for web-download import method

    This change adds support for 'web-download' import method
    to 'image-import' and 'create-image-via-import' call.
    To use this 'web-download' import method, user needs to pass
    --uri option 'a valid uri to external image to import in glance'
    to 'image-import' and 'create-image-via-imaport' calls.

    Co-authored-by: Pranali Deore <email address hidden>
    Co-authored-by: Erno Kuvaja <email address hidden>

    Closes-Bug: #1758039

    Change-Id: I0e1d18844f64723608288de473e97710798eb602
    (cherry picked from commit aedabec9e46e80266cdefb315f112a30927e216a)