Limit Happybase to < 1.0.0

The API changed and the Ceilometer driver does not work anymore with it.

Change-Id: I246658ce0db0168df54e21c1671d1cadfd8d6b03
Related-Bug: #1613419
This commit is contained in:
Julien Danjou 2016-08-16 10:53:34 +02:00
parent e37ea551e9
commit 2b6fb87180

View File

@ -6,7 +6,7 @@ contextlib2>=0.4.0 # PSF License
coverage>=3.6 # Apache-2.0
elasticsearch>=1.3.0 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
happybase!=0.7,>=0.5;python_version=='2.7' # MIT
happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT
mock>=1.2 # BSD
PyMySQL>=0.6.2 # MIT License
os-win>=0.2.3 # Apache-2.0