From c4bafc79c1876c00a87ef39ade92369d66fe515a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Fri, 28 Jul 2017 06:50:14 +0200 Subject: [PATCH] Bump InfluxDB to 1.3.1 Change-Id: I54d56f0bf068a87095f071599c3bf58b8a96c8aa --- devstack/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/settings b/devstack/settings index bb0ef10d5..efa2b76fa 100644 --- a/devstack/settings +++ b/devstack/settings @@ -89,7 +89,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.2.4} +INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.1} # To set the same version of InfluxDB for both languages use the # following variable. This will override both the Java and Python