Remove [coordination] check_watchers
This parameter has had no effect for several cycles and was officially deprecated during Xena cycle[1]. [1] 46ad2786ae48f41a97a014fd140f022ee3ee3c1c Related-Bug: #1929178 Change-Id: I8463537ca09db2f0bc443505afaab6a1f9ff5db2
This commit is contained in:
parent
bf263b1118
commit
3400ad134b
@ -85,14 +85,7 @@ def list_opts():
|
|||||||
'left empty, per-deployment central agent and per-host '
|
'left empty, per-deployment central agent and per-host '
|
||||||
'compute agent won\'t do workload '
|
'compute agent won\'t do workload '
|
||||||
'partitioning and will only function correctly if a '
|
'partitioning and will only function correctly if a '
|
||||||
'single instance of that service is running.'),
|
'single instance of that service is running.')
|
||||||
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'),
|
|
||||||
]),
|
]),
|
||||||
('event', ceilometer.event.converter.OPTS),
|
('event', ceilometer.event.converter.OPTS),
|
||||||
('hardware', itertools.chain(
|
('hardware', itertools.chain(
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``[coordination] check_watchers`` parameter has been removed.
|
Loading…
x
Reference in New Issue
Block a user