aodh/tests/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
..
__init__.py Sketch out a plugin system for saving metering data. 2012-06-08 15:00:47 -04:00
base.py Implement dot in matching_metadata key for mongodb 2013-07-22 18:11:47 +02:00
test_base.py Use Python 3.x compatible octal literals 2013-06-11 20:24:41 +02:00
test_get_engine.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_hbase.py enable v2 api hbase tests 2013-07-05 11:05:17 -04:00
test_impl_log.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_impl_mongodb.py Implement dot in matching_metadata key for mongodb 2013-07-22 18:11:47 +02:00
test_impl_sqlalchemy.py ceilometer tests need to be enabled/cleaned 2013-07-11 09:38:55 -04:00
test_models.py Get all tests to use tests.base.TestCase 2013-05-15 11:37:48 -04:00
test_register_opts.py Remove old configuration metering_storage_engine 2013-03-04 13:50:57 +01:00