Browse code

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

Julien Danjou authored on 2013/08/27 18:43:53
Showing 1 changed files
... ...
@@ -43,7 +43,7 @@ CEILOMETER_AUTH_CACHE_DIR=${CEILOMETER_AUTH_CACHE_DIR:-/var/cache/ceilometer}
43 43
 CEILOMETER_BIN_DIR=$(get_python_exec_prefix)
44 44
 
45 45
 # Set up database backend
46
-CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mongodb}
46
+CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mysql}
47 47
 
48 48
 # Functions
49 49
 # ---------