deb-sahara/openstack-common.conf
Sergey Lukjanov 9885a98d06 Migration to oslo.utils
Common code from sahara.openstack.common.db was replaced
by usage of oslo.utils library.
sahara/openstack/common/network_utils.py module was removed.
excutils.py, importutils.py, timeutils.py and importutils.py
modules are waiting for migration to oslo.utils in other
oslo-incubator modules and still exist.

Change-Id: I6a82a9dfdf704da16ed709c650fa68f9527fd668
2014-08-08 14:28:06 +04:00

24 lines
492 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=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