![Alexei Kornienko](/assets/img/avatar_default.png)
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
25 lines
502 B
Plaintext
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
|