deb-ceilometer/openstack-common.conf
ChangBo Guo(gcb) 0bb852d859 Clean up openstack-common.conf
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
2014-05-08 20:09:09 +08:00

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