Merge "Deprecate unused [coordination] check_watchers"

This commit is contained in:
Zuul 2021-06-02 17:41:52 +00:00 committed by Gerrit Code Review
commit 0628c8181b
2 changed files with 7 additions and 0 deletions

View File

@ -90,6 +90,8 @@ def list_opts():
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'),
]),

View File

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