Remove [coordination] check_watchers

This parameter has had no effect for several cycles and was officially
deprecated during Xena cycle[1].

[1] 082d67f596

Related-Bug: #1929178
Change-Id: Ifeda4499b46129bf81f10286f38fff409c93f907
This commit is contained in:
Takashi Kajinami 2022-06-26 07:48:16 +09:00
parent d880ff2cb2
commit 6b8bd206fb
2 changed files with 4 additions and 6 deletions

View File

@ -37,12 +37,6 @@ OPTS = [
deprecated_name='heartbeat',
help='Number of seconds between heartbeats for distributed '
'coordination.'),
cfg.FloatOpt('check_watchers',
default=10.0,
deprecated_for_removal=True,
deprecated_reason='This parameter is no longer used.',
help='Number of seconds between checks to see if group '
'membership has changed'),
cfg.IntOpt('retry_backoff',
default=1,
help='Retry backoff factor when retrying to connect with'

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The ``[coordination] check_watchers`` parameter has been removed.