From: OpenStack Proposal Bot Date: Wed, 9 Dec 2015 21:55:16 +0000 (+0000) Subject: Updated from global requirements X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5deda82684d96ac52c662b0707cc3df86717c32c;p=openstack-build%2Fcinder-build.git Updated from global requirements Change-Id: I115d45ba9f112ea8824eb7686cb1af69fadc72ff --- diff --git a/requirements.txt b/requirements.txt index 35b2da684..d558a42e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,20 +9,20 @@ enum34;python_version=='2.7' or python_version=='2.6' eventlet>=0.17.4 greenlet>=0.3.2 iso8601>=0.1.9 -keystonemiddleware!=2.4.0,>=2.0.0 +keystonemiddleware>=4.0.0 lxml>=2.3 oslo.config>=2.7.0 # Apache-2.0 oslo.concurrency>=2.3.0 # Apache-2.0 oslo.context>=0.2.0 # Apache-2.0 oslo.db>=3.2.0 # Apache-2.0 oslo.log>=1.12.0 # Apache-2.0 -oslo.messaging!=2.8.0,>2.6.1 # Apache-2.0 +oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.service>=0.12.0 # Apache-2.0 +oslo.service>=1.0.0 # Apache-2.0 oslo.utils>=2.8.0 # Apache-2.0 oslo.versionedobjects>=0.13.0 osprofiler>=0.3.1 # Apache-2.0 @@ -33,7 +33,7 @@ pycrypto>=2.6 pyparsing>=2.0.1 python-barbicanclient>=3.3.0 python-glanceclient>=0.18.0 -python-keystoneclient>=1.6.0,!=1.8.0 +python-keystoneclient!=1.8.0,>=1.6.0 python-novaclient!=2.33.0,>=2.29.0 python-swiftclient>=2.2.0 requests>=2.8.1 diff --git a/test-requirements.txt b/test-requirements.txt index dd4e5924f..4dd1016c0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 -ddt>=0.7.0 +ddt>=1.0.1 fixtures>=1.3.1 mock>=1.2 mox3>=0.7.0 @@ -21,6 +21,6 @@ testresources>=0.2.4 testscenarios>=0.4 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 os-testr>=0.4.1 -tempest-lib>=0.10.0 +tempest-lib>=0.11.0 bandit>=0.13.2 reno>=0.1.1 # Apache2