Comment 3 for bug 1693926

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/470314
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=91f20a6ef5240fcd16cb14fdd6b53913de1940c2
Submitter: Jenkins
Branch: master

commit 91f20a6ef5240fcd16cb14fdd6b53913de1940c2
Author: Gorka Eguileor <email address hidden>
Date: Fri Jun 2 16:32:23 2017 +0200

    Fix support for AMI image conversion

    On commit b1ebfa4f5dcdef7f979f5ddf3209f551429dce47 we disabled qemu-img
    autodetection when converting an image, unfortunately this broke AMI
    images since qemu-img does not recognize "ami" as a valid format.

    This patch makes AMI images use autodetection again, which is a partial
    fix, since they will have problems with encrypted images.

    TrivialFix

    Change-Id: Icde4c0f936ce88892cb54e8e10d4852ebfc7b87e
    Partial-Bug: #1693926