Comment 17 for bug 1482464

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

Reviewed: https://review.openstack.org/216567
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=70b05dbe7ff9c33f981f2cca5687c228c2411894
Submitter: Jenkins
Branch: master

commit 70b05dbe7ff9c33f981f2cca5687c228c2411894
Author: lisali <email address hidden>
Date: Fri May 13 03:02:41 2016 +0000

    Create encrypted volumes from images

    Currently, when creating an encrypted volume from an image, Cinder
    writes raw data to the encrypted volume.
    As a result, Nova can't use these volumes.

    This patch is to implement following function:
    When creating an encrypted volume from an image, it encrypts the
    data and writes to the volume.

    This patch adds a new interface copy_image_to_encrypted_volume in
    driver's API, vendor company can implement it by itself.

    Change-Id: I213459193550198c570615e381797db5e08e2cce
    Implements: blueprint improve-encrypted-volume
    Closes-bug: #1482464
    Closes-bug: #1465656