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
This commit is contained in:
Gorka Eguileor 2022-07-13 08:23:04 +02:00 committed by Gerrit Code Review
parent 1f3e8eed43
commit fb98ca9914
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5ff06df97fbd78f6781793c35801a4c989a515f1
Subproject commit 73ebb705425047f781dccc13508ba82bb1434db7