Update minimal acceptable glanceclient

Increase the minimum version for python-glanceclient so that
Cinder can take advantage of secure hash download verification.

Change-Id: I2c3ccce45f67c6d2dc185475c478360982a98012
Closes-bug: #1818684
This commit is contained in:
Brian Rosmaita 2019-03-05 10:22:07 -05:00
parent d11d7ba3fe
commit ad3b13dc88
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ pyperclip==1.6.0
python-barbicanclient==4.5.2
python-dateutil==2.7.0
python-editor==1.0.3
python-glanceclient==2.8.0
python-glanceclient==2.15.0
python-keystoneclient==3.8.0
python-mimeparse==1.6.0
python-novaclient==9.1.0

View File

@ -40,7 +40,7 @@ PrettyTable<0.8,>=0.7.1 # BSD
psutil>=3.2.2 # BSD
pyparsing>=2.1.0 # MIT
python-barbicanclient>=4.5.2 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-glanceclient>=2.15.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0