Merge "Drop [agent]heartbeat_timeout"

This commit is contained in:
Zuul 2019-11-20 08:01:18 +00:00 committed by Gerrit Code Review
commit 389391fdb1
2 changed files with 6 additions and 1 deletions

View File

@ -61,7 +61,6 @@ opts = [
'in certain states.')),
cfg.IntOpt('ramdisk_heartbeat_timeout',
default=300,
deprecated_group='agent', deprecated_name='heartbeat_timeout',
help=_('Maximum interval (in seconds) for agent heartbeats.')),
]

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The configuration option ``[agent]heartbeat_timeout`` was deprecated
before ocata release and now removed, please use
``[api]ramdisk_heartbeat_timeout`` instead.