b98a225449
the config generator has been moved to oslo.config. this patch switches to use oslo.config and removes related deprecated code. Change-Id: I9a22336142913d65da6299ea4092e170c9b2ff33
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=gettextutils
|
|
module=local
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=policy
|
|
module=processutils
|
|
module=service
|
|
module=threadgroup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=ceilometer
|