Comment 35 for bug 1380789

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

Reviewed: https://review.openstack.org/129294
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0fec4bccdcaa0424351458542f39d5b8400432f9
Submitter: Jenkins
Branch: master

commit 0fec4bccdcaa0424351458542f39d5b8400432f9
Author: Amrith Kumar <email address hidden>
Date: Wed Dec 10 13:25:56 2014 -0500

    Obsolete oslo-incubator modules - timeutils

    This change is part of a multi-part change set to handle obsolete and
    graduated oslo modules.

    This commit handles the timeutils module.

    The change here is to remove it from openstack-common.conf and point
    all modules who used to use that at oslo.utils. This also involves a
    change to requirements.txt.

    I have rebased this change and made it dependent on the change in
    https://review.openstack.org/#/c/129292/

    Change-Id: I31176c0a78e734bfad3b40b2ec634ea8f362d81b
    Partial-Bug: #1380789
    blueprint: retire-unused-oslo-incubator-modules