Merge "Improve manual.rst file"

This commit is contained in:
Jenkins 2014-10-29 17:10:36 +00:00 committed by Gerrit Code Review
commit 5c938c1f2b
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ MongoDB
[database]
connection = mongodb://username:password@host:27017/ceilometer
If MongoDB is configured in replica set mode, add param in ceilometer.conf
to use MongoReplicaSetClient::
[database]
mongodb_replica_set = replica_name
SQLalchemy-supported DBs
------------------------