Comment 6 for bug 1942682

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.utils (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/oslo.utils/+/814264
Committed: https://opendev.org/openstack/oslo.utils/commit/3e81ba70a617c450b4d7d71a95d323c7af035405
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 3e81ba70a617c450b4d7d71a95d323c7af035405
Author: Takashi Kajinami <email address hidden>
Date: Sat Sep 4 23:03:17 2021 +0900

    QemuImgInfo: Fix inconsistent value format of encrypted

    The qemu-img info command shows the encrpyed field in different formats
    according to the output format. When the default human format is used
    the field can be 'yes' or None while when json format is used the same
    field can be True or False.
    This change ensures the corresponding attribute has the consistent
    format regardless of the output format used.

    Closes-Bug: #1942682
    Change-Id: I949f07582a708114fdfba76f1a05aa3a3e5c4f40
    (cherry picked from commit 2922a3491a5987aa80f0612df44bd60ed22a0225)