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
This commit is contained in:
Rabi Mishra 2020-04-02 09:06:46 +05:30
parent 62c43e7626
commit 6c626e68da
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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