From b8501f292e91d0144529d64eb8115535746c87eb Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 23 Jul 2021 20:27:26 +0000 Subject: [PATCH] Update git submodules * Update glance_store from branch 'master' to 82d87230491eda4bbef63b0b1acce1ebaf5a6e72 - Merge "Add cinder's new attachment support" - Add cinder's new attachment support Cinder introduced new attachment API flow in microversion 3.27 (also attachment_complete added in mv 3.44 and support for passing mode added in mv 3.54) which provides a clean interface to interact with cinder for attachments and is also required for multiattach volume support (Related future work). Nova uses it since a long time and is proven to be stable, this patch implements the same for glance. The create volume and delete volume calls are also moved to cinder_utils file to use the generic exception handler and keep similar code together for consistency. Partially Implements: blueprint attachment-api-and-multiattach-support Change-Id: I2758ed1d5b8e0981faa3eff6f83e1ce5975a01d2 --- glance_store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance_store b/glance_store index 32f9a1509b..82d8723049 160000 --- a/glance_store +++ b/glance_store @@ -1 +1 @@ -Subproject commit 32f9a1509bc94baa6acaf508c922f3b7edf5b65f +Subproject commit 82d87230491eda4bbef63b0b1acce1ebaf5a6e72