Comment 2 for bug 1247427

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

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

commit 88861df2b95a9c66a1a9d1969ad9e560786bb848
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.

    Change-Id: Ia8494b0c8099753b666bda18a19c4c9a3f764616
    Closes-bug: #1247427