f181ece2fd
Resolves an ImportError when enabling publish_errors for Ceilometer services. Essentially, PublishErrorsHandler was moved in Oslo from *.log to *.log_handler, but log_handler was not yet being pulled in. Oslo commit: Ibf28ba17f81b5ddeda653f6a3501ecac18ffcd42 Change-Id: I23bc7fd0ea4c811e133e743634032fb836c34b22 Fixes: Bug #1244722
26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
[DEFAULT]
|
|
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
|
|
module=network_utils
|
|
module=notifier
|
|
module=policy
|
|
module=rpc
|
|
module=service
|
|
module=strutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
base=ceilometer
|