Comment 5 for bug 1688327

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

Reviewed: https://review.openstack.org/462754
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=159b73211e7669dd01ba483a8127c847fdc99deb
Submitter: Jenkins
Branch: master

commit 159b73211e7669dd01ba483a8127c847fdc99deb
Author: Zane Bitter <email address hidden>
Date: Thu May 4 17:24:59 2017 -0400

    Get rid of timeutils.round_to_seconds()

    This was introduced in 0bc4de65e3bd9dc9902e6833373c78df0badbcb4 to try
    to ensure that we never got a negative difference in times, which would
    trigger a bug in our handling of time differences.

    Now that bug 1688327 is fixed, there's no need for this complexity any
    longer.

    Change-Id: Iff76ff5ab2b1d642d464f111e78e248faf6ac77c
    Related-Bug: #1688327
    Related-Bug: #1493166