sahara/openstack-common.conf
Andrey Pavlov ca1bd0f76a Migration to oslo.db
Common oslo code from sahara.openstack.common.db was removed
and replaced by usage of oslo.db library.

Implements: blueprint oslo-db
Change-Id: Ie30a469e16818e414cfa734d9a6b1176398cc1a4
2014-07-28 13:43:12 +04:00

25 lines
513 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=config.generator
module=excutils
module=importutils
module=jsonutils
module=lockutils
module=log
module=middleware.base
module=network_utils
module=periodic_task
module=processutils
module=strutils
module=threadgroup
module=timeutils
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