Comment 2 for bug 1809462

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

Reviewed: https://review.openstack.org/626905
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=a22f02b653399bc495b85db1d6106c0e790edfe7
Submitter: Zuul
Branch: master

commit a22f02b653399bc495b85db1d6106c0e790edfe7
Author: Brian Rosmaita <email address hidden>
Date: Fri Dec 21 09:29:17 2018 -0500

    Correct typo in config option choices

    A typo in the oslo.config 'choices' for the output_format config
    option definition for the image conversion plugin in the
    interoperable image import workflow prevents conversion to the
    vmdk format. This patch corrects the typo and regenerates the
    sample image import conf file.

    Change-Id: I1836a46d969aab8ce09967db63d66f215d2cc920
    Closes-bug: #1809462
    Related-bug: #1805765