neutron-fwaas/openstack-common.conf
Chang Bo Guo 932d354991 Fix import log_handler error with publish_errors set
Sync from Olso.
Commit Id is Ibf28ba17f81b5ddeda653f6a3501ecac18ffcd42

This handler sends all error logs as rpc notifications.
Note: when using publish_errors you also need to set the
notification_driver option too.

Closes-bug: #1240349
Change-Id: Ie66b23af8da2e439e0ac2f5677f6a064e3dd3133
2013-11-05 22:47:32 -08:00

32 lines
586 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=context
module=db
module=db.sqlalchemy
module=eventlet_backdoor
module=excutils
module=fileutils
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=lockutils
module=log
module=log_handler
module=loopingcall
module=network_utils
module=notifier
module=periodic_task
module=policy
module=processutils
module=rpc
module=service
module=rootwrap
module=threadgroup
module=timeutils
module=uuidutils
# The base module to hold the copy of openstack.common
base=neutron