Files
nova/openstack-common.conf
T
Sean Dague cef1fea688 Revert "Switch Nova to use oslo.concurrency"
This patch made unit tests stop running (always runs 0 unit tests) we
should revert and put a check in place to prevent that from happening
so that we don't regress the rest of Nova trying to figure out the
oslo.concurrency issue.

This reverts commit 382294762b.

Change-Id: I98b04ac2a0ba67ba8af44867799317fdf95b8aff
2014-10-28 08:51:21 -04:00

41 lines
797 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=cliutils
module=config
module=context
module=eventlet_backdoor
module=fileutils
module=fixture.config
module=fixture.logging
module=fixture.mockpatch
module=fixture.moxstubout
module=imageutils
module=install_venv_common
module=local
module=lockutils
module=log
module=loopingcall
module=memorycache
module=middleware.base
module=middleware.request_id
module=periodic_task
module=policy
module=processutils
module=report
module=report.generators
module=report.models
module=report.views
module=report.views.json
module=report.views.text
module=report.views.xml
module=service
module=sslutils
module=systemd
module=threadgroup
module=uuidutils
module=versionutils
# The base module to hold the copy of openstack.common
base=nova