Comment 4 for bug 1073720

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

Reviewed: https://review.openstack.org/16719
Committed: http://github.com/openstack/nova/commit/f7e5dde6bbd70ee61924c8f556d0070c8ce0a4b2
Submitter: Jenkins
Branch: stable/folsom

commit f7e5dde6bbd70ee61924c8f556d0070c8ce0a4b2
Author: Vishvananda Ishaya <email address hidden>
Date: Wed Oct 31 13:42:12 2012 -0700

    libvirt: Regenerates xml instead of using on-disk

    The libvirt.xml file is written on initial boot of the instance and
    may not reflect the current state of the vm if volumes have been
    attached. If the libvirt definition of the vm has been lost, it is
    safer to regenerate it rather than attempt to load it from the
    outdated file. This should properly bring back vms with attached
    volumes.

    Fixes bug 1073720

    Change-Id: Iaa754700a149f09fc0c022fa664c06ad17f505f5
    (cherry picked from commit b22c3302ccea6b4b9e685640accbfdbb2856d460)