Support glance's new location API

This makes us use the new method if available, and if not, fall back
to the old method.

Change-Id: If52ac05a02b69476bd2cfa74a7ee800c3f6eeb20
This commit is contained in:
Dan Smith
2023-08-10 07:10:15 -07:00
parent 33f859cab7
commit eab0de2900
3 changed files with 45 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jsonschema>=4.0.0 # MIT
python-cinderclient>=4.0.1 # Apache-2.0
keystoneauth1>=3.16.0 # Apache-2.0
python-neutronclient>=7.1.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-glanceclient>=4.7.0 # Apache-2.0
requests>=2.25.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
websockify>=0.9.0 # LGPLv3