From 6c626e68da67de7269ef22c831351383ce7ec2db Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Thu, 2 Apr 2020 09:06:46 +0530 Subject: [PATCH] Bump python-openstackclient With https://review.opendev.org/#/c/716277/, we've started using osc 5.2.0 which is not backward compatible. Let's bump the requirement. Change-Id: Ic135ea0296a139496c9f699f5dbc5c8d3d1f0777 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 0a7fa42ed..d198843b2 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -117,7 +117,7 @@ python-mistralclient==3.1.0 python-muranoclient==0.8.2 python-neutronclient==6.7.0 python-novaclient==9.1.0 -python-openstackclient==3.12.0 +python-openstackclient==5.2.0 python-senlinclient==1.1.0 python-subunit==1.0.0 python-swiftclient==3.2.0 diff --git a/requirements.txt b/requirements.txt index b4012ce37..01a7d6782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ python-heatclient>=1.10.0 # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0 python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0 python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0 -python-openstackclient>=3.12.0 # Apache-2.0 +python-openstackclient>=5.2.0 # Apache-2.0 simplejson>=3.5.1 # MIT six>=1.10.0 # MIT osc-lib>=1.8.0 # Apache-2.0