summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgord chung <gord@live.ca>2017-12-01 08:56:59 -0500
committergordon chung <gord@live.ca>2017-12-01 14:55:58 +0000
commit1fc3e4662dabb54967ce0277c6feb93a985087b3 (patch)
treed015f5277656ead114b998d5237b032ad0c383bf
parent112a465e0d54398a85e41a52d2441518bccc64ff (diff)
downloadceilometer-1fc3e4662dabb54967ce0277c6feb93a985087b3.tar.gz
cap gnocchiclient
current code uses interface attribute which was removed from gnocchiclient>=4[1]. gnocchiclient==3.1.0 still works with celometer(ocata)+gnocchi(4.1.1) integration [1] 3b5648f6fa88f8c36eadb3a5729a4739788237fc Closes-Bug: #1735577 Change-Id: I240fab9d804babff15b6d3363c938f9d82d0814e
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 29c79124..b5757dc4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ data_files =
[extras]
gnocchi =
- gnocchiclient>=3.1.0 # Apache-2.0
+ gnocchiclient>=3.1.0,<4.0.0 # Apache-2.0
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
postgresql =