deb-sahara/openstack-common.conf
Matthew Farrellee 1869d3201e Remove direct dep on oslo-incubator jsonutils
It is used by the log and wsgi and therefore cannot be entirely
removed

Change-Id: I672a48d5920a541e2be117a3fb8431d0d520376d
2014-09-16 09:42:46 -04:00

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