aodh/ceilometer/storage
xingzhou a2b6dc4ed2 Enable Ceilometer to support mongodb replication set
At present, ceilometer does not support mongodb replication set.
As a result, when the primary mongod node is down, ceilometer can
not write or read meters.

Use pymongo.Connection object's replicaSet param and allowing to connect
with a host seed list will let the mongodb connection support replication set.

Change-Id: I8404ca5b08b6e73366161c07b3815f75bed7e0eb
Fixes: Bug 1188649
2013-07-01 22:23:47 -04:00
..
sqlalchemy pep8: enable F403 checks 2013-06-19 14:40:17 +02:00
__init__.py Merge "fix session connection" 2013-06-11 18:28:40 +00:00
base.py Add support for limiting the number of samples returned 2013-05-31 14:00:47 +02:00
impl_hbase.py pep8: enable H402 checks 2013-06-19 14:30:23 +02:00
impl_log.py Code cleanup 2013-06-13 17:18:12 +02:00
impl_mongodb.py Enable Ceilometer to support mongodb replication set 2013-07-01 22:23:47 -04:00
impl_sqlalchemy.py Merge "Enforce reverse time-order for sample return" 2013-06-19 11:17:59 +00:00
models.py Activate H404 checks 2013-06-14 10:43:39 +02:00