trove/openstack-common.conf
Amrith Kumar 25cf51f437 Eliminate redundant modules from oslo-incubator
This change is part of a multi-part change set to handle obsolete and
graduated oslo modules. This commit cleans up openstack-common.conf
which has unnecessary entries for middleware and fileutils that are
not required in trove.

Also, trove acquired a trove/openstack/common/utils.py which had two
routines that were long ago moved into strutils (now oslo.utils). The
sole remaining reference to that source file has been updated to
reflect this.

This change is based on https://review.openstack.org/#/c/141081/

Change-Id: I279161ac7b321f306df180a2df20f64e869866b0
Partial-Bug: #1380789
2015-01-22 15:16:14 +00:00

19 lines
332 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=context
module=eventlet_backdoor
module=local
module=log
module=loopingcall
module=notifier
module=pastedeploy
module=periodic_task
module=rpc
module=service
module=threadgroup
module=versionutils
# The base module to hold the copy of openstack.common
base=trove