Merge "Block novaclient 8.0 for fuel-qa" into stable/newton

This commit is contained in:
Jenkins 2017-04-12 11:06:01 +00:00 committed by Gerrit Code Review
commit ef0adc9766
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ pytz>=2013.6 # MIT # Not required for tests, but required to build docs (pbr)
keystoneauth1>=2.1.0 # Apache-2.0
python-glanceclient>=2.0.0 # Apache-2.0
python-keystoneclient>=1.6.0,!=1.8.0,!=2.1.0 # Apache-2.0
python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0
# novaclient v8 contains drop for a lot of deprecates; we do not have ability to fix fuel-qa
python-novaclient>=2.29.0,!=2.33.0,<8.0 # Apache-2.0
python-cinderclient>=1.3.1 # Apache-2.0
python-neutronclient>=2.6.0,!=4.1.0 # Apache-2.0
python-ironicclient>=1.1.0 # Apache-2.0