0bb852d859
This patch clean up unused module and wrong module name. The issues are detected by new change about update.py in I68c0108304be8a315bcefe939c22019caab9bc98. This patch doesn't depend the oslo-incubator patch. * remove unused module sslutils, versionutils * fix wrong module db.sqlachemy in openstack-common.conf Change-Id: I55affbb398d97b1da8c15576ae1c54f27e6ad714
29 lines
500 B
Plaintext
29 lines
500 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=config
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fixture
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=middleware
|
|
module=network_utils
|
|
module=policy
|
|
module=service
|
|
module=strutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=units
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=ceilometer
|