Comment 2 for bug 1885725

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (stable/ussuri)

Reviewed: https://review.opendev.org/740444
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=2df2792fee66c32a8b04bab8e2a4e1880c248ef1
Submitter: Zuul
Branch: stable/ussuri

commit 2df2792fee66c32a8b04bab8e2a4e1880c248ef1
Author: Erno Kuvaja <email address hidden>
Date: Tue Jun 30 14:28:09 2020 +0100

    Don't include plugins on 'copy-image' import

    The import plugins were designed to interact with the image data
    or metadata before the image becomes active. It does not make sense
    to try to run them on 'copy-image' taskflow which is just copying
    the data between stores on active image.

    Co-Authored-By: Erno Kuvaja <email address hidden>
    Co-Authored-By: Abhishek Kekane <email address hidden>

    Closes-Bug: #1885725
    Change-Id: I2df30aa26f96a0f210989758868b42bcb9d2d72f
    (cherry picked from commit b8332d9b6b5e1e6cadc87927d0c7f115700d49bb)