Comment 7 for bug 1636565

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

Reviewed: https://review.openstack.org/393699
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=af90e824e375fd61af1af230ab101e752cead8b6
Submitter: Jenkins
Branch: stable/newton

commit af90e824e375fd61af1af230ab101e752cead8b6
Author: Vladik Romanovsky <email address hidden>
Date: Wed Oct 19 12:21:40 2016 -0400

    libvirt: sync time on resumed from suspend instances

    Time is not being synchronized for migrated or resumed from suspend instances
    as guest.resume() method is not being called on these operations.

    Calling sync_guest_time directly in the resume method as well as in
    finish_migration.

    Resolves-Bug: #1636565

    Change-Id: Ie140bc0912e6b312d3fcbee7e9650a81076eda4d
    (cherry picked from commit cd1af7abdd09852feb985974bdfb1f7dd4d6bcc9)