Merge "Remove [coordination] check_watchers"

This commit is contained in:
Zuul 2022-06-27 07:30:22 +00:00 committed by Gerrit Code Review
commit f1743d0626
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.