Merge "Deprecate unused [coordination] check_watchers"
This commit is contained in:
commit
71f4d02715
@ -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',
|
||||
|
5
releasenotes/notes/bug-1929178-46493335946174a5.yaml
Normal file
5
releasenotes/notes/bug-1929178-46493335946174a5.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``[coordination] check_watchers`` parameter has been deprecated since
|
||||
it has been ineffective.
|
Loading…
x
Reference in New Issue
Block a user