Revert "Support glance's new location API"

Due to glance behavioral changes, using the new location API causes
async hashing jobs to create confusion for tooling not expecting
undeletable images.

Revert this until glance can resolve the issue.

This reverts commit eab0de2900.

Change-Id: Ifc4631720a1872cb6d93e9ee490c19edd1a7b98e
This commit is contained in:
Dan Smith
2025-05-19 08:55:41 -07:00
parent 42f80b94ad
commit 221a3e89e8
3 changed files with 11 additions and 45 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>=4.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
requests>=2.25.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
websockify>=0.9.0 # LGPLv3