aodh/openstack-common.conf
Alexei Kornienko d76c84dd9b Switch to use oslo.db
oslo.db first stable release has been cut and we can start using it
instead of openstack/common/db/* code which is now marked obsolete.

Change-Id: Ib8b309d5c7879b54e757a98a81c223970fc40d29
2014-08-26 15:48:42 +03:00

25 lines
502 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=config
module=context
module=eventlet_backdoor
module=gettextutils
module=jsonutils
module=local
module=log
module=log_handler
module=loopingcall
module=middleware.base
module=middleware.catch_errors
module=middleware.correlation_id
module=middleware.debug
module=middleware.request_id
module=middleware.sizelimit
module=policy
module=service
module=threadgroup
# The base module to hold the copy of openstack.common
base=ceilometer