c604ca4d35
oslo-incubator will introduce new integrity check in [1]. That will help developer find inconsistent issue while copying from oslo-incubator. The check just outputs warnings. These are changes according to warning: * sort the modules in openstack-common.conf * Fix wrong module names [1] https://review.openstack.org/#/c/76901/ Change-Id: Ie939d46a72732357acc9dab03c0682b0e271a7ed Related-Bug: #1295582
48 lines
868 B
Plaintext
48 lines
868 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=cliutils
|
|
module=config
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fileutils
|
|
module=fixture
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=memorycache
|
|
module=middleware
|
|
module=network_utils
|
|
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=strutils
|
|
module=systemd
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=units
|
|
module=uuidutils
|
|
module=versionutils
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=nova
|