Files
nova/openstack-common.conf
Davanum Srinivas d0e0ade702 Remove unused modules copied from oslo-incubator
No longer needed since we moved to oslo.utils and
oslo.serialization and updated to latest oslo-incubator.
As part of the cleanup removed the hack for gettextutils
since the oslo-incubator code no longer uses it

Change-Id: Ib020cd4c3464f1c994a6d77f4b894f41b99e6d02
2014-10-15 01:28:42 +00: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