Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/vmware-iso-boot. Description: Currently the VMware driver does not support this feature. The implementation here adds the ISO boot support to the driver. Specification URL (additional information): https://wiki.openstack.org/wiki/BootFromISO
*** Bug 1069431 has been marked as a duplicate of this bug. ***
Looks like this merged upstream after all, can you please confirm and move to MODIFIED or ON_QA as appropriate.
# grep -i '^[^#].*vmwareapi' /etc/*/*.conf /etc/nova/nova.conf:compute_driver=vmwareapi.VMwareVCDriver # glance image-create --location http://rhos-qe-mirror-brq.usersys.redhat.com:88/released/RHEL-7/7.0/Server/x86_64/iso/RHEL-7.0-20140507.0-Server-x86_64-boot.iso --container-format bare --disk-format iso --name rhel-7.0 # nova boot --image rhel-7.0 --flavor m1.tiny foo # nova show foo | grep ACTIVE | status | ACTIVE It boots to the RHEL 7 installation fine. Works.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0853.html