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