Comment 30 for bug 1266962

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

Reviewed: https://review.openstack.org/67432
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=db142161598941330e7563d32fae41ef8867dadb
Submitter: Jenkins
Branch: master

commit db142161598941330e7563d32fae41ef8867dadb
Author: Mikhail Durnosvistov <email address hidden>
Date: Fri Jan 17 06:30:09 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: Ibcf6d4abee4a52bc459fc322e6a5268d39d70450
    Partial-Bug: #1266962