Comment 6 for bug 1046356

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

Reviewed: https://review.openstack.org/23065
Committed: http://github.com/openstack/nova/commit/46d2060c08980ea20cb8175a9e09ad6415287ee9
Submitter: Jenkins
Branch: stable/folsom

commit 46d2060c08980ea20cb8175a9e09ad6415287ee9
Author: Wangpan <email address hidden>
Date: Tue Jan 8 13:54:19 2013 +0800

    Fix double reboot issue during soft reboot

    Using the ID of domain in Libvirt to recognize the hard reboot has been
    implemented or not, if the ID changed, we believe the domain has been rebooted,
    return True and break from soft reboot.

    Fixes: bug #1046356

    Change-Id: Iec2f9e8225cfe2779f84d2095667f3c0e621e935
    (cherry picked from commit 6344bff494758e0d7d7d25f43a3b56d82447441e)