Comment 14 for bug 1266962

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

Reviewed: https://review.openstack.org/65602
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=c71131a50994d95ae869442fc25e7c3511a5ddbc
Submitter: Jenkins
Branch: master

commit c71131a50994d95ae869442fc25e7c3511a5ddbc
Author: Zhongyue Luo <email address hidden>
Date: Thu Jan 9 10:24:34 2014 +0800

    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: I809825560b0324498010bd93aa1ceef552554375
    Partial-Bug: #1266962