Revert global requirements to Newton version

Change-Id: Ia2a82ed2f0b90e843a1714085d69769594fa2dd5
This commit is contained in:
Andrey Pavlov 2016-10-11 10:07:31 +03:00
parent 4223594f94
commit 1aad9e44f1
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ oslo.config>=3.14.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.messaging>=5.2.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.10.0 # Apache-2.0
@ -22,7 +22,7 @@ PasteDeploy>=1.5.0 # MIT
pbr>=1.6 # Apache-2.0
keystoneauth1>=2.10.0 # Apache-2.0
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
python-glanceclient>=2.5.0 # Apache-2.0
python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0

View File

@ -9,6 +9,6 @@ nose # LGPL
oslotest>=1.10.0 # Apache-2.0
pylint==1.4.5 # GPLv2
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT