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
This commit is contained in:
parent
855fbce73a
commit
b85fae2db9
@ -91,7 +91,6 @@ pyperclip==1.6.0
|
|||||||
pysmi==0.2.2
|
pysmi==0.2.2
|
||||||
pysnmp==4.4.4
|
pysnmp==4.4.4
|
||||||
python-ceilometerclient==2.9.0
|
python-ceilometerclient==2.9.0
|
||||||
python-cinderclient==3.5.0
|
|
||||||
python-dateutil==2.7.0
|
python-dateutil==2.7.0
|
||||||
python-editor==1.0.3
|
python-editor==1.0.3
|
||||||
python-heatclient==1.14.0
|
python-heatclient==1.14.0
|
||||||
@ -100,6 +99,7 @@ python-mimeparse==1.6.0
|
|||||||
python-mistralclient==3.3.0
|
python-mistralclient==3.3.0
|
||||||
python-neutronclient==6.7.0
|
python-neutronclient==6.7.0
|
||||||
python-novaclient==10.1.0
|
python-novaclient==10.1.0
|
||||||
|
python-openstackclient==3.12.0
|
||||||
python-subunit==1.2.0
|
python-subunit==1.2.0
|
||||||
python-swiftclient==3.5.0
|
python-swiftclient==3.5.0
|
||||||
pytz==2018.3
|
pytz==2018.3
|
||||||
|
@ -8,13 +8,13 @@ lxml>=4.1.1 # BSD
|
|||||||
PyMySQL>=0.8.0 # MIT License
|
PyMySQL>=0.8.0 # MIT License
|
||||||
aodhclient>=1.0.0 # Apache-2.0
|
aodhclient>=1.0.0 # Apache-2.0
|
||||||
python-ceilometerclient>=2.9.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-dateutil>=2.7.0 # BSD
|
||||||
python-keystoneclient>=3.15.0 # Apache-2.0
|
python-keystoneclient>=3.15.0 # Apache-2.0
|
||||||
python-neutronclient>=6.7.0 # Apache-2.0
|
python-neutronclient>=6.7.0 # Apache-2.0
|
||||||
python-novaclient>=10.1.0 # Apache-2.0
|
python-novaclient>=10.1.0 # Apache-2.0
|
||||||
python-heatclient>=1.14.0 # Apache-2.0
|
python-heatclient>=1.14.0 # Apache-2.0
|
||||||
python-mistralclient>=3.3.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
|
pyzabbix>=0.7.4 # LGPL
|
||||||
networkx>=1.11 # BSD
|
networkx>=1.11 # BSD
|
||||||
oslo.config>=5.2.0 # Apache-2.0
|
oslo.config>=5.2.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user