Change tooz and hbase requirement

This change are merged together to fix the gating

hbase part:
The lib API have changed since 1.0 release, Aodh uses API
that have been removed/renamed.

So we cap requirement to <1.0 to ensure Aodh does not
break.

tooz part:
During the backport of https://review.openstack.org/#/c/326573/, we bump
to 1.28. This version is too high for liberty.

https://review.openstack.org/#/c/310337/ explains that only 1.19.0 is
required, that's perfect this is the version required by liberty.

Change-Id: I9b50ea959d8765ed0a53e0994f60774284a982cd
This commit is contained in:
Mehdi Abaakouk 2016-09-15 09:39:53 +02:00
parent 835283da9c
commit a5de051bcb
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ requests>=2.5.2
six>=1.9.0
SQLAlchemy<1.1.0,>=0.9.7
stevedore>=1.5.0 # Apache-2.0
tooz>=1.28.0 # Apache-2.0
tooz>=1.19.0 # Apache-2.0
Werkzeug>=0.7 # BSD License
WebOb>=1.2.3
WSME>=0.8

View File

@ -7,7 +7,7 @@ hacking<0.11,>=0.10.0
Babel>=1.3
coverage>=3.6
fixtures>=1.3.1
happybase!=0.7,>=0.5;python_version=='2.7'
happybase!=0.7,>=0.5,<1.0;python_version=='2.7'
mock>=1.0
PyMySQL>=0.6.2 # MIT License
# Docs Requirements