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
This commit is contained in:
gord chung 2017-12-01 08:56:59 -05:00 committed by gordon chung
parent 112a465e0d
commit 1fc3e4662d
1 changed files with 1 additions and 1 deletions

View File

@ -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 =