ceilometer/openstack-common.conf
Zhongyue Luo c16f5ad9cc Reformat openstack-common.conf
Use the new 'module' option in openstack-common.conf which is a
multi-string option, allowing each module name to be placed on a
separate line.

This makes it much easier to review changes to the modules list.

Change-Id: I3085f841c1d0a934502b3563a9ad01f885b3fe08
2013-04-07 17:18:08 +08:00

21 lines
322 B
Plaintext

[DEFAULT]
module=context
module=eventlet_backdoor
module=excutils
module=gettextutils
module=importutils
module=jsonutils
module=local
module=log
module=loopingcall
module=network_utils
module=notifier
module=policy
module=rpc
module=service
module=setup
module=threadgroup
module=timeutils
module=version
base=ceilometer