From b85fae2db9afb3757f1fdf35922cc22ffcfbfbbb Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Wed, 27 Jun 2018 08:46:00 -0400 Subject: [PATCH] Drop python-cinderclient usage We've switched everything to python-openstackclient and therefore the usage of python-cinderclient is no longer necessary. Change-Id: If9c9b77db36ade0c3d486a5c160a923d55b4b03f --- 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 61e2a41b7..6790f501b 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -91,7 +91,6 @@ pyperclip==1.6.0 pysmi==0.2.2 pysnmp==4.4.4 python-ceilometerclient==2.9.0 -python-cinderclient==3.5.0 python-dateutil==2.7.0 python-editor==1.0.3 python-heatclient==1.14.0 @@ -100,6 +99,7 @@ python-mimeparse==1.6.0 python-mistralclient==3.3.0 python-neutronclient==6.7.0 python-novaclient==10.1.0 +python-openstackclient==3.12.0 python-subunit==1.2.0 python-swiftclient==3.5.0 pytz==2018.3 diff --git a/requirements.txt b/requirements.txt index b01eb7950..4e3023226 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,13 +8,13 @@ lxml>=4.1.1 # BSD PyMySQL>=0.8.0 # MIT License aodhclient>=1.0.0 # Apache-2.0 python-ceilometerclient>=2.9.0 # Apache-2.0 -python-cinderclient>=3.5.0 # Apache-2.0 python-dateutil>=2.7.0 # BSD python-keystoneclient>=3.15.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 python-novaclient>=10.1.0 # Apache-2.0 python-heatclient>=1.14.0 # Apache-2.0 python-mistralclient>=3.3.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 pyzabbix>=0.7.4 # LGPL networkx>=1.11 # BSD oslo.config>=5.2.0 # Apache-2.0