Yanis Guenane 1c2911efde Remove race condition at ceilometer::db initialisation
On the first run, the ceilometer::db class was failing due to the fact
that the MongoDB service was not actually listening yet when it came
to it. It return with an ERRNO 111 - ECONNREFUSED.

This patch adds a dependency to ceilometer::db, this dependency ensure
that the MongoDB service is listening before giving the hand to ceilometer::db.

close #13
2014-01-20 12:47:40 -05:00
..
2014-01-14 13:43:00 -05:00