Comment 20 for bug 1525214

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

Reviewed: https://review.openstack.org/268242
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=7fac46b45ecd7271520242df103d1de2f276b19b
Submitter: Jenkins
Branch: master

commit 7fac46b45ecd7271520242df103d1de2f276b19b
Author: Roman Podoliaka <email address hidden>
Date: Fri Jan 15 19:22:02 2016 +0200

    Force time sync after making a snapshot

    fuel-devops suspends nodes one by one before taking a snapshot of
    each node. This can lead to slight clock skew after resuming of the
    environment later (what we see in #1525214 , when one of controller
    nodes is 1-2 minutes behind, which causes Keystone to treat issued
    Fernet tokens as invalid).

    Force time sync after making a snapshot and resuming an environment
    in save_load_environment action.

    Change-Id: I93ea8bbc297b1b41b6badef5bf5194d8f75c68b8
    Closes-Bug: #1525214