
We have already moved away from openstack/common/middleware modules to the oslo_middlware library. Let us cleanup the remaining files here. Change-Id: I701b08a28884eb56d12f2829483fe94aa8d2fd1d
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=context
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=install_venv_common
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=policy
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=service
|
|
module=versionutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=cinder
|