From 69f745748d4f2bcfd3e678037187bce1f8e53ccf Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 27 Aug 2013 11:43:53 +0200 Subject: [PATCH] Switch Ceilometer default backend to MySQL MongoDB 2.4 not being available in Ubuntu cloud archive for a while now, and the catch up done by this driver allows me to think it might be a good idea to switch by default on SQL for now on devstack. We can add another job to have Ceilometer tested on MongoDB too later. Change-Id: I74c3c436d009fed898c5ae4ffb82763e9a337d90 --- lib/ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ceilometer b/lib/ceilometer index 8768122bab..46e4624d49 100644 --- a/lib/ceilometer +++ b/lib/ceilometer @@ -43,7 +43,7 @@ CEILOMETER_AUTH_CACHE_DIR=${CEILOMETER_AUTH_CACHE_DIR:-/var/cache/ceilometer} CEILOMETER_BIN_DIR=$(get_python_exec_prefix) # Set up database backend -CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mongodb} +CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mysql} # Functions # ---------