Comment 3 for bug 1257829

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

Reviewed: https://review.openstack.org/61877
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=aad179d4f98bfde4d1816ad9321fecf28d993dbe
Submitter: Jenkins
Branch: master

commit aad179d4f98bfde4d1816ad9321fecf28d993dbe
Author: Peter Hamilton <email address hidden>
Date: Thu Dec 12 16:30:01 2013 -0500

    Fixing misspelled encryption key in QemuImgInfo

    This modification fixes Bug #1257829, specifically addressing the use
    of a misspelled 'encryption' key to retrieve image encryption
    information returned by calls to the 'qemu-img' command. In addition
    to fixing the key ('encryption' -> 'encrypted'), the QemuImgInfo class
    attribute has been renamed to reflect the change and the encryption
    information added to the string representation of the class. Test
    cases verifying the parsing of the encryption information are also
    included.

    Change-Id: Ice087d95c52506dec735921c6e9477caf082bf7e
    Closes-Bug: #1257829