ecefc7d67a
As a new feature, 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 non backward compatible way, so it requires an os-brick version bump in the requirements. The patch also ensures that ``tox -egenconfig`` includes the os-brick configuration options when generating the sample config. Change-Id: I9f3e46c262f5b2b72fed5a4927165b3834a1c383
23 lines
597 B
Plaintext
23 lines
597 B
Plaintext
[DEFAULT]
|
|
output_file = etc/cinder/cinder.conf.sample
|
|
wrap_width = 79
|
|
namespace = castellan.config
|
|
namespace = cinder
|
|
namespace = keystonemiddleware.auth_token
|
|
namespace = osprofiler
|
|
namespace = oslo.config
|
|
namespace = oslo.concurrency
|
|
namespace = oslo.db
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.middleware
|
|
namespace = oslo.policy
|
|
namespace = oslo.privsep
|
|
namespace = oslo.reports
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.service
|
|
namespace = oslo.service.sslutils
|
|
namespace = oslo.service.wsgi
|
|
namespace = oslo.versionedobjects
|
|
namespace = os_brick
|