Comment 28 for bug 1545897

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-ovn (master)

Reviewed: https://review.openstack.org/293419
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=72b68151facdd5e46e15160df990100d2bec0e82
Submitter: Jenkins
Branch: master

commit 72b68151facdd5e46e15160df990100d2bec0e82
Author: Richard Theis <email address hidden>
Date: Tue Mar 15 11:46:34 2016 -0500

    Vagrant: Synchronize clock for live migration

    Live migration can have problems if there is significant clock
    drift on the host. This patch set updates the vagrant deployment
    to install ntp on the VMs and to customize the VirtualBox
    --timesync-set-threshold for the VMs (see [1]).

    [1] https://www.virtualbox.org/manual/ch09.html#changetimesync

    Change-Id: I432767423b8a84e9fc0e9e74d28a0dfcbbe0f684
    Related-Bug: #1545897