Updated InfluxDB to 0.9.2

Change-Id: I33323e1581cd47043562f39d6fd17c989e69d695
This commit is contained in:
aviau 2015-07-31 15:41:09 -04:00
parent e0876717ad
commit 4ee06a6c93
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ mongo:
"mongod --nojournal --smallfiles"
influxdb:
image: surveil/influxdb:0.9.1
image: surveil/influxdb:0.9.2
environment:
PRE_CREATE_DB: "db"
ports:

View File

@ -8,7 +8,7 @@ oslo.middleware
oslo.policy>=0.3.0
keystonemiddleware
PasteDeploy
influxdb==2.6.0
influxdb==2.7.3
pika
python-surveilclient==0.12.0
six