deb-ceilometer/openstack-common.conf
Fei Long Wang 0236768b7e Fixes non-string metadata query issue
Based on current wsme implement, all the metadata query will get
the metadata value as string type. As a result, all the non-string
metadata query will not get correct result. Since the data is store
in database with correct data type. The fix will try to eval the
value before setting so as to get the correct data type.

Fixes bug 1200577

Change-Id: I8114e816da123b9dc08f32f9022db0e1b9fc2e5a
2013-08-23 21:51:58 +08:00

24 lines
370 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=loopingcall
module=network_utils
module=notifier
module=policy
module=rpc
module=service
module=strutils
module=threadgroup
module=timeutils
base=ceilometer