From c3316cbbedd3fedc78c6c7616e9a7397b60eeee4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Oct 2017 15:22:39 +0200 Subject: [PATCH] Bump influxdb to 1.3.5 Change-Id: If2aa765fd32aaeb722b6dcb1e36d12383e24a746 --- devstack/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/settings b/devstack/settings index 418115d39..f5a8c3725 100644 --- a/devstack/settings +++ b/devstack/settings @@ -91,7 +91,7 @@ enable_service monasca-cli # to deploy either the Java or Python API without having to # also set the INFLUXDB_VERSION when switching between the two. INFLUXDB_JAVA_VERSION=${INFLUXDB_JAVA_VERSION:-0.9.5} -INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.3} +INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.5} # To set the same version of InfluxDB for both languages use the # following variable. This will override both the Java and Python