Update config doc for cinder backend

Change I6f7f7d1954036 to os-brick requires that the oslo.concurrency
config option 'lock_path' be set, so include instructions to set
this option in the configuration guide.

Change-Id: Ide9a579be7d3961e38ab0c57e513192cfa3c5f8d
Related-bug: #1959663
This commit is contained in:
Brian Rosmaita 2022-03-11 12:01:51 -05:00
parent c99c3af4ff
commit 8cca532fdb

View File

@ -896,6 +896,24 @@ documentation for more information.
Path to the rootwrap configuration file to use for running commands as root.
``lock_path``
Required. Defaults to environment variable OSLO_LOCK_PATH, though we
recommend setting a value in the configuration file.
This specifies the directory to use for lock files.
NOTE: This option must be set in the ``[oslo_concurrency]`` section of the
configuration file.
.. code-block:: ini
[oslo_concurrency]
# ...
lock_path = /var/lib/glance/tmp
.. end
Configuring multiple Cinder Storage Backend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~