Comment 37 for bug 1266962

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

Reviewed: https://review.openstack.org/67857
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=f356607a955a30c59ce7990e06432795a43c767b
Submitter: Jenkins
Branch: master

commit f356607a955a30c59ce7990e06432795a43c767b
Author: Mikhail Durnosvistov <email address hidden>
Date: Mon Jan 20 10:03:37 2014 -0500

    Removes use of timeutils.set_time_override

    The set_time_override function in timeutils was written as a
    helper function to mock utcnow for unittests before 'mock' was
    generally used. Now that we have mock and fixture, we no longer
    need to use it.

    Change-Id: I1af631f36c813740dbf22da030c2c1f50265d156
    Partial-Bug: #1266962