Comment 2 for bug 1287844

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

Reviewed: https://review.openstack.org/77965
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f5bc15687bcab1e0e4a2163a194c04bd8c5d14d9
Submitter: Jenkins
Branch: master

commit f5bc15687bcab1e0e4a2163a194c04bd8c5d14d9
Author: Gary Kotton <email address hidden>
Date: Tue Mar 4 11:04:54 2014 -0800

    VMware: raise an exception for unsupported disk formats

    At the moment 'vmdk' and 'iso' are the only disk formats supported.
    If an invalid format is passed with the image then the driver will
    throw and exception.

    Change-Id: I834856f33a0644bc03b89a2b98e4e188c112e338
    Closes-bug: #1287844