commit | 102d762ea3ad8a8d6b9188539c122de740bfb9cf | [log] [tgz] |
---|---|---|
author | Abhishek Kekane <akekane@redhat.com> | Mon Jun 02 18:54:48 2025 +0000 |
committer | Abhishek Kekane <akekane@redhat.com> | Tue Jun 24 15:15:36 2025 +0000 |
tree | 494bdb3553afc67fc7c9d03f0b756bdf72376aa2 | |
parent | 905cb14d8d6d7225356d88a1db7f03afcc54a435 [diff] [blame] |
Test glance hash calculation stops on image deletion Recently glance has added new location API which also calculates checksum and hash for the newly added image. This test helps use to verify that hash calculation process is stopped when image is deleted from same or remote glance server. Depends-On: https://review.opendev.org/c/openstack/glance/+/950853 Change-Id: I671f67a99f0ecae00601be02fbf6805b692a366c
diff --git a/releasenotes/notes/add-location-api-5a57ab29dc6d6cd7.yaml b/releasenotes/notes/add-location-api-5a57ab29dc6d6cd7.yaml new file mode 100644 index 0000000..f9166a2 --- /dev/null +++ b/releasenotes/notes/add-location-api-5a57ab29dc6d6cd7.yaml
@@ -0,0 +1,4 @@ +--- +features: + - | + Add new location API support to image V2 client