Deprecate unused [coordination] check_watchers
The [coordination] check_watchers is no longer used in any implementation. This change deprecates the parameter so that we can remove it in a future release. Closes-Bug: #1929178 Change-Id: I973eb15433e66c75366666940a841e5a579bf0e8
This commit is contained in:
parent
352a6b4b42
commit
082d67f596
@ -38,6 +38,8 @@ OPTS = [
|
|||||||
'coordination.'),
|
'coordination.'),
|
||||||
cfg.FloatOpt('check_watchers',
|
cfg.FloatOpt('check_watchers',
|
||||||
default=10.0,
|
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 '
|
help='Number of seconds between checks to see if group '
|
||||||
'membership has changed'),
|
'membership has changed'),
|
||||||
cfg.IntOpt('retry_backoff',
|
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…
Reference in New Issue
Block a user