You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
glance_store/glance_store
Gorka Eguileor 73ebb70542 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
11 months ago
..
_drivers Support os-brick specific lock_path for Cinder 11 months ago
common Merge "Cinder: Correct exception logging during attach" 1 year ago
locale Imported Translations from Zanata 3 years ago
tests Remove Python 2 support 1 year ago
__init__.py Enable multi store support for glance 5 years ago
backend.py Remove Python 2 support 1 year ago
capabilities.py Removed 'store_capabilities_update_min_interval' config option 4 years ago
driver.py Remove Python 2 support 1 year ago
exceptions.py Remove Python 2 support 1 year ago
i18n.py Update oslo libraries 8 years ago
location.py Remove Python 2 support 1 year ago
multi_backend.py Remove Python 2 support 1 year ago