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