
Several patches have landed in cinder and an update is required. Note: the cinder.overrides is a temporary workaround for oslo.messaging. See https://review.openstack.org/#/c/263818/. This file can be removed once a new oslo.messaging release has landed. Change-Id: I8ebcc489c2c84ebc19c51e4712301d4f71660f06 Partial-Bug: #1528332 Partial-Bug: #1537321 Partial-Bug: #1536845 Partial-Bug: #1529720 Partial-Bug: #1529669 Partial-Bug: #1512198 Partial-Bug: #1489231 Partial-Bug: #1488415 Partial-Bug: #1478650
29 lines
1.1 KiB
ReStructuredText
29 lines
1.1 KiB
ReStructuredText
..
|
|
Warning: Do not edit this file. It is automatically generated from the
|
|
software project's code and your changes will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools repository, or
|
|
ask for help on the documentation mailing list, IRC channel or meeting.
|
|
|
|
.. _cinder-coordination:
|
|
|
|
.. list-table:: Description of Coordination configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[coordination]**
|
|
-
|
|
* - ``backend_url`` = ``file://$state_path``
|
|
- (StrOpt) The backend URL to use for distributed coordination.
|
|
* - ``heartbeat`` = ``1.0``
|
|
- (FloatOpt) Number of seconds between heartbeats for distributed coordination.
|
|
* - ``initial_reconnect_backoff`` = ``0.1``
|
|
- (FloatOpt) Initial number of seconds to wait after failed reconnection.
|
|
* - ``max_reconnect_backoff`` = ``60.0``
|
|
- (FloatOpt) Maximum number of seconds between sequential reconnection retries.
|