Comment 4 for bug 1247427

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

Reviewed: https://review.openstack.org/68729
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=17445aa7f2ce92fba877b7f6948770cf61c5ff81
Submitter: Jenkins
Branch: stable/havana

commit 17445aa7f2ce92fba877b7f6948770cf61c5ff81
Author: Gary Kotton <email address hidden>
Date: Sat Nov 2 10:13:54 2013 -0700

    VMware: bug fix for VM rescue when config drive is configured

    The addition of the config drive feature broke the VM rescue. The
    cause of the problem was setting the instance UUID to the name of
    the rescue instance. This must be a UUID! The solution
    is to pass the instance name to the spawn method instead of writing
    this on the instance UUID.

    Closes-bug: #1247427

    Conflicts:

     nova/virt/vmwareapi/vmops.py

    Change-Id: Ia8494b0c8099753b666bda18a19c4c9a3f764616
    (cherry picked from commit 88861df2b95a9c66a1a9d1969ad9e560786bb848)