1869d3201e
It is used by the log and wsgi and therefore cannot be entirely removed Change-Id: I672a48d5920a541e2be117a3fb8431d0d520376d
22 lines
458 B
Plaintext
22 lines
458 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config.generator
|
|
module=excutils
|
|
module=importutils
|
|
module=lockutils
|
|
module=log
|
|
module=middleware.base
|
|
module=periodic_task
|
|
module=processutils
|
|
module=strutils
|
|
module=threadgroup
|
|
module=uuidutils
|
|
module=wsgi
|
|
# xmlutils is needed by wsgi, which is no longer a module. so we need
|
|
# an explicit xmlutils dep.
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=sahara
|