92f7ed1ac1
After migrating to oslo.messaging, the oslo.middleware.notifier and oslo.middleware.audit can no longer work, we should remove these code. Change-Id: Ie848d9f356eec670bbeeafc83f9e704212b1d2e4 Closes-Bug: #1327084
34 lines
650 B
Plaintext
34 lines
650 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.base
|
|
module=middleware.catch_errors
|
|
module=middleware.correlation_id
|
|
module=middleware.debug
|
|
module=middleware.request_id
|
|
module=middleware.sizelimit
|
|
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
|