From fb98ca991486a93dd637b4dec0f05f803b786f1e Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Wed, 13 Jul 2022 08:23:04 +0200 Subject: [PATCH] Update git submodules * Update glance_store from branch 'master' to 73ebb705425047f781dccc13508ba82bb1434db7 - Support os-brick specific lock_path for Cinder As a new feature relevant for the Cinder store, os-brick now supports setting the location of file locks in a different location from the locks of the service. The functionality is intended for HCI deployments and hosts that are running Cinder and Glance using Cinder backend. In those scenarios the service can use a service specific location for its file locks while only sharing the location of os-brick with the other services. To leverage this functionality the new os-brick code is needed and method ``os_brick.setup`` needs to be called once the service configuration options have been loaded. The default value of the os-brick ``lock_path`` is the one set in ``oslo_concurrency``. This patch adds support for this new feature in a backward compatible way so code works even if using an os-brick version that doesn't have this feature. That is the case for many CI jobs that install os-brick from PyPi instead of the code present in master. Change-Id: Ib11d63e3c388e12f145f40247d17030a566b8c5e --- glance_store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance_store b/glance_store index 5ff06df97f..73ebb70542 160000 --- a/glance_store +++ b/glance_store @@ -1 +1 @@ -Subproject commit 5ff06df97fbd78f6781793c35801a4c989a515f1 +Subproject commit 73ebb705425047f781dccc13508ba82bb1434db7