aodh/ceilometer/storage
Mehdi Abaakouk a958d6c2ce Implement dot in matching_metadata key for mongodb
Before the dict matching_metadata was stored as dict in mongo.
But mongo doesn't allow dot in dictionary key

This change converts the matching_metadata dict into a array like this:

[ { 'key': 'info.key.dotted', 'value': 'the_value'} ]

Fixes bug #1201886

Change-Id: Iab94c675749331ff7bfb0f74728dbd8f947f26f6
2013-07-22 18:11:47 +02:00
..
sqlalchemy Added alembic migrations 2013-07-16 16:07:13 +03:00
__init__.py Allow to enable time to live on metering sample 2013-07-16 14:53:31 +02:00
base.py Allow to enable time to live on metering sample 2013-07-16 14:53:31 +02:00
impl_hbase.py Allow to enable time to live on metering sample 2013-07-16 14:53:31 +02:00
impl_log.py Allow to enable time to live on metering sample 2013-07-16 14:53:31 +02:00
impl_mongodb.py Implement dot in matching_metadata key for mongodb 2013-07-22 18:11:47 +02:00
impl_sqlalchemy.py Allow to enable time to live on metering sample 2013-07-16 14:53:31 +02:00
models.py Activate H404 checks 2013-06-14 10:43:39 +02:00