summaryrefslogtreecommitdiff
path: root/devstack/settings
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2016-10-06 13:35:21 +0200
committerMehdi Abaakouk (sileht) <sileht@redhat.com>2016-11-04 14:09:18 +0000
commit995f93df360fa971a0c93e4cb856c035ff024598 (patch)
treeeb4b15420b3e2b64db979306c57d33831d203081 /devstack/settings
parentf77415b403b8971ebfa3ca724e9ab0742ae80373 (diff)
downloadceilometer-995f93df360fa971a0c93e4cb856c035ff024598.tar.gz
devstack: allow to configure not backend
This change allows to configure ceilometer with no backend. For example if we want to use only panko. This also change the default backend to this one since mysql is not recommanded. Change-Id: Ie85d7fa5476fc68a0a867072517191ae6ed7aad7
Diffstat (limited to 'devstack/settings')
-rw-r--r--devstack/settings4
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/settings b/devstack/settings
index 441300bb..0d3d9ee6 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -15,8 +15,8 @@ CEILOMETER_CONF=$CEILOMETER_CONF_DIR/ceilometer.conf
CEILOMETER_AUTH_CACHE_DIR=${CEILOMETER_AUTH_CACHE_DIR:-/var/cache/ceilometer}
CEILOMETER_WSGI_DIR=${CEILOMETER_WSGI_DIR:-/var/www/ceilometer}
-# Set up database backend
-CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-mysql}
+# Set up no backend
+CEILOMETER_BACKEND=${CEILOMETER_BACKEND:-none}
# Gnocchi default archive_policy for Ceilometer
GNOCCHI_ARCHIVE_POLICY=${GNOCCHI_ARCHIVE_POLICY:-low}