summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2016-03-08 10:21:51 +0100
committerMehdi Abaakouk <sileht@redhat.com>2016-04-07 14:52:15 +0200
commit4a451fac0e8d6d70e32b5a3ee5403747f6c3442c (patch)
tree3795aa18045c3c1289f99c7ee7170ca22c556ac4 /test-requirements.txt
parent6a0f84dcbb53093ab37207d9c9a4fd6576796dc3 (diff)
downloadceilometer-4a451fac0e8d6d70e32b5a3ee5403747f6c3442c.tar.gz
gnocchi: batch measurements
This change leverages the Gnocchi Batch API by using it in the Ceilometer dispatcher for measurements. It introduces a small behavior change in the dispatcher. The resource metadata update is now decorrelated from measures posting. So, even if posting measurements fail, the resource metadata will be updated. Change-Id: I140e7301a31bbee50c2c8bc3ff2d78925680a573
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 6ffbce04..ace317de 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23,7 +23,7 @@ overtest>=0.10.0 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
pylint==1.4.5 # GNU GPL v2
pymongo!=3.1,>=3.0.2 # Apache-2.0
-gnocchiclient>=2.1.0 # Apache-2.0
+gnocchiclient>=2.2.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
sphinxcontrib-httpdomain # BSD