heat/openstack-common.conf
Angus Salkeld 54e5260fca Add log_handler to implement the publish_errors config option
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
2013-10-14 09:48:21 +11:00

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