Merge "Deprecate unused [coordination] check_watchers"

This commit is contained in:
Zuul 2021-06-02 17:11:53 +00:00 committed by Gerrit Code Review
commit 71f4d02715
2 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,8 @@ OPTS = [
'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',

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``[coordination] check_watchers`` parameter has been deprecated since
it has been ineffective.