summaryrefslogtreecommitdiff
path: root/devstack/settings
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2015-11-12 14:59:48 +0000
committerChris Dent <cdent@anticdent.org>2015-11-19 19:02:57 +0000
commit5bcd6469d39dc5d9ad2176ab5ee297818d6a091e (patch)
tree2c14383fbef380b2ab15c0d8e36cb80728051aab /devstack/settings
parenta825f56827ed96901f9d074ac04ef808057f9266 (diff)
downloadceilometer-5bcd6469d39dc5d9ad2176ab5ee297818d6a091e.tar.gz
devstack config for dogpile cache
Cause devstack to configuration a [cache] section in ceilometer.conf if CEILOMETER_CACHE_BACKEND is set. Currently set to default to using dogpile.cache.redis and a redis server on localhost. This options are not sufficient for generic use as the "backend_argument"s are not controlled. For general use it is probably best that tools just modify their local.conf to post config ceilometer.conf. Change-Id: I058e60f9440350f80262039171716a3ceb4dec62
Diffstat (limited to 'devstack/settings')
-rw-r--r--devstack/settings5
1 files changed, 5 insertions, 0 deletions
diff --git a/devstack/settings b/devstack/settings
index 3b80acb6..4cc3cdb0 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -34,6 +34,11 @@ CEILOMETER_EVENTS=${CEILOMETER_EVENTS:-True}
CEILOMETER_COORDINATION_URL=${CEILOMETER_COORDINATION_URL:-}
CEILOMETER_PIPELINE_INTERVAL=${CEILOMETER_PIPELINE_INTERVAL:-}
+# Cache Options
+# NOTE(cdent): These are incomplete and specific for this testing.
+CEILOMETER_CACHE_BACKEND=${CEILOMETER_CACHE_BACKEND:-dogpile.cache.redis}
+CEILOMETER_CACHE_URL=${CEILOMETER_CACHE_URL:-redis://localhost:6379}
+
CEILOMETER_EVENT_ALARM=${CEILOMETER_EVENT_ALARM:-False}
# Tell Tempest this project is present