54e5260fca
This handler sends all error logs as rpc notifications. Note: when using publish_errors you also need to set the notification_driver option too. Change-Id: I9ceb1fa92118161779b4b29e2cdc3b91f79ab733 Closes-bug: #1229246
29 lines
507 B
Plaintext
29 lines
507 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=policy
|
|
module=rpc
|
|
module=service
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=config
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=heat
|