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
..
2013-12-30 13:39:38 +01:00
2013-12-30 13:39:38 +01:00