Limit requests version

Add <1.2.3 constraint to the requests version to avoid problems with old
versions of python clients. This constraint could be removed when all
clients will be released w/o such constraint and os/reqs will be updated
to support at least such versions of clients.

Change-Id: I3018357a6ac3f1cc7809bd091ec84aa11b83bf0c
This commit is contained in:
Vadim Rovachev 2013-08-21 14:34:04 +04:00 committed by Sergey Lukjanov
parent 500ad5efb0
commit 9eaeb6ec99
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ netaddr
paramiko>=1.8.0
pbr>=0.5.21,<1.0
pycrypto>=2.6
requests>=1.1
# NOTE(slukjanov): <1.2.3 added to support old clients with the same constraint
requests>=1.1,<1.2.3
python-cinderclient>=1.0.4
python-keystoneclient>=0.3.0
python-novaclient>=2.12.0