From eb5f1372929b84c1f9da7bf87b4ec5edcb4e15f9 Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 15 Aug 2019 09:16:58 -0500 Subject: [PATCH] Bump minimum ksa (3.16.0) and sdk (0.34.0) A number of different efforts are going to need to make use of openstacksdk 0.34.0 and keystoneauth1 3.16.0, so rather than bump the minimum in all of those, bump it in one place. Also, this gives us the opportunity to independently validate some of the fixes (particularly in logging) we were expecting to affect nova. Change-Id: I87d1dcd299f6547d5f3c3d77e219bf71aba1cff2 --- lower-constraints.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 34ae760e6373..0e40902636af 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -44,7 +44,7 @@ jsonpath-rw==1.4.0 jsonpath-rw-ext==1.1.3 jsonpointer==2.0 jsonschema==2.6.0 -keystoneauth1==3.15.0 +keystoneauth1==3.16.0 keystonemiddleware==4.20.0 kombu==4.1.0 linecache2==1.0.0 @@ -63,7 +63,7 @@ netaddr==0.7.18 netifaces==0.10.4 networkx==1.11 numpy==1.14.2 -openstacksdk==0.31.0 +openstacksdk==0.34.0 os-brick==2.6.1 os-client-config==1.29.0 os-resource-classes==0.1.0 diff --git a/requirements.txt b/requirements.txt index 448bf1a784bd..3a5ae463b30c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version== iso8601>=0.1.11 # MIT jsonschema>=2.6.0 # MIT python-cinderclient!=4.0.0,>=3.3.0 # Apache-2.0 -keystoneauth1>=3.15.0 # Apache-2.0 +keystoneauth1>=3.16.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-glanceclient>=2.8.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 @@ -71,4 +71,4 @@ taskflow>=2.16.0 # Apache-2.0 python-dateutil>=2.5.3 # BSD zVMCloudConnector>=1.3.0;sys_platform!='win32' # Apache 2.0 License futurist>=1.8.0 # Apache-2.0 -openstacksdk>=0.31.0 # Apache-2.0 +openstacksdk>=0.34.0 # Apache-2.0