
This change goes along with the work to get away from oslo-incubator modules to using the new oslo libraries. The strutils module moved to the oslo_utils library and should no longer be used from oslo-incubator. Additionally, merging this change removes a dependency on gettextutils, allowing us to remove another deprecated module. Change-Id: Ibd4e848b526c67cad660c31038df718ac416c6e1
23 lines
437 B
Plaintext
23 lines
437 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=local
|
|
module=loopingcall
|
|
module=middleware
|
|
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
|