Comment 37 for bug 1380789

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

Reviewed: https://review.openstack.org/129714
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=3e56c2177b30527475b04d0c0c099a55854942dc
Submitter: Jenkins
Branch: master

commit 3e56c2177b30527475b04d0c0c099a55854942dc
Author: Amrith Kumar <email address hidden>
Date: Wed Dec 10 14:05:47 2014 -0500

    Obsolete oslo-incubator modules - gettextutils (now oslo.i18n)

    This change is part of a multi-part change set to handle obsolete and
    graduated oslo modules. This commit handles the gettextutils module
    which is now oslo.i18n. The change here is to remove it from
    openstack-common.conf and point all people who used to use that at
    oslo.i18n. requirements.txt has been updated to point to this
    dependency.

    We aren't deleting gettextutils.py from openstack/common because it is
    used by other oslo-incubator modules.

    This change has been rebased on https://review.openstack.org/#/c/129668/

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