Drop [agent]heartbeat_timeout
The configuration option was deprecated before ocata (even earlier), this patch drops the deprecated option. Change-Id: I4cdff9a94aad580d22e93dcb5b9bd4aeef1412f8
This commit is contained in:
parent
d7e7abe63f
commit
6ec9677383
@ -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.')),
|
||||
]
|
||||
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user