From 614927e5517c76984404ce3fc32e6e335ff56afc Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 12 Aug 2016 08:58:28 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I1922dbea014b6b3b2bb0ac17ae46af13eb475930 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3bd573eb81..f6ba819577 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ passlib>=1.6 # BSD python-heatclient>=1.1.0 # Apache-2.0 python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 +python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 python-swiftclient>=2.2.0 # Apache-2.0 python-designateclient>=1.5.0 # Apache-2.0 python-neutronclient>=4.2.0 # Apache-2.0 @@ -28,7 +28,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT Jinja2>=2.8 # BSD License (3 clause) pexpect!=3.3,>=3.1 # ISC License oslo.config>=3.14.0 # Apache-2.0 -oslo.context>=2.4.0 # Apache-2.0 +oslo.context>=2.6.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.middleware>=3.0.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 @@ -42,5 +42,5 @@ stevedore>=1.16.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 osprofiler>=1.3.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 -oslo.db>=4.1.0 # Apache-2.0 +oslo.db>=4.10.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD