]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Wed, 9 Dec 2015 21:57:52 +0000 (21:57 +0000)
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Wed, 9 Dec 2015 21:57:52 +0000 (21:57 +0000)
Change-Id: I8a67bd6ce1dfd0872ab2b50ab8a4d43fe48e308b

requirements.txt
test-requirements.txt

index eb984cd9eed1cec0d5830ae7c661f805140f3f64..772055ad25490999191af225c75c95db984edb05 100644 (file)
@@ -14,7 +14,7 @@ greenlet>=0.3.2
 httplib2>=0.7.5
 requests>=2.8.1
 Jinja2>=2.8 # BSD License (3 clause)
-keystonemiddleware!=2.4.0,>=2.0.0
+keystonemiddleware>=4.0.0
 netaddr!=0.7.16,>=0.7.12
 python-neutronclient>=2.6.0
 retrying!=1.3.0,>=1.2.3 # Apache-2.0
@@ -31,12 +31,12 @@ oslo.context>=0.2.0 # Apache-2.0
 oslo.db>=3.2.0 # Apache-2.0
 oslo.i18n>=1.5.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.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
 
index 45586f8056d6d071741de8620d9a4c03b69f277b..4b1b7e6bd28d269ab5ec7fcd72e4f4aa086ea66f 100644 (file)
@@ -19,8 +19,8 @@ WebTest>=2.0
 oslotest>=1.10.0 # Apache-2.0
 os-testr>=0.4.1
 tempest-lib>=0.11.0
-ddt>=0.7.0
-pylint==1.4.4 # GNU GPL v2
+ddt>=1.0.1
+pylint==1.4.5 # GNU GPL v2
 reno>=0.1.1 # Apache2
 # Needed to run DB commands in virtualenvs
 PyMySQL>=0.6.2 # MIT License