Comment 40 for bug 1266962

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

Reviewed: https://review.openstack.org/78833
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=5722c168f8b05d516b31c3717d0315741388eb54
Submitter: Jenkins
Branch: master

commit 5722c168f8b05d516b31c3717d0315741388eb54
Author: Zhongyue Luo <email address hidden>
Date: Fri Mar 7 08:41:58 2014 +0800

    Removes direct access of timeutils.override_time

    The attribute "override_time" is a private attribute which
    should only be set through "timeutils.set_time_override()".
    There are a number of places in Ceilometer which the override_time
    attribute is set directly and such behavior should be prohibited.

    However the "set_time_override()" function along with "override_time"
    in timeutils is planned to be removed, therefore we no longer
    need to use it.

    Change-Id: I6f3a5e0bb4e4c448f369dd5ead0e1525fd2262e6
    Related-Bug: #1266962