Merge "Deprecate unused [coordination] heartbeat_interval"

This commit is contained in:
Zuul 2023-12-19 17:58:29 +00:00 committed by Gerrit Code Review
commit 494d210f58
2 changed files with 7 additions and 0 deletions

View File

@ -579,6 +579,8 @@ coordination_opts = [
cfg.FloatOpt(
'heartbeat_interval',
default=5.0,
deprecated_for_removal=True,
deprecated_reason='This option has been unused and has had no effect',
help=_('Number of seconds between heartbeats for coordination.')
)
]

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``[coordination] heartbeat_interval`` option has been deprecated.
This option has been unused by any logic and has had no effect.