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
26 lines
443 B
Plaintext
26 lines
443 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=fileutils
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=middleware
|
|
module=notifier
|
|
module=pastedeploy
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rpc
|
|
module=service
|
|
module=threadgroup
|
|
module=utils
|
|
module=versionutils
|
|
module=wsgi
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=trove
|