ironic/releasenotes/notes/disable_periodic_task-590a91c0a5235cfb.yaml
e f464e78efe If the "[conductor]XXX_timeout" is less than 0,disable periodic task
"[conductor]clean_callback_timeout","[conductor]inspect_wait_timeout"
and "[conductor]inspect_wait_timeout" are a negative value will cause
an error on start up from now on.

Change-Id: Id3bef9a753be7f0c468ea3033698f0e9cd276a64
Story: 2007600
Task: 39576
2020-05-11 01:08:07 +00:00

8 lines
283 B
YAML

---
fixes:
- |
Fixes periodic task initialization options to prevent a negative number.
If "[conductor]clean_callback_timeout","[conductor]inspect_wait_timeout"
and "[conductor]inspect_wait_timeout" are a negative value will cause an
error on start up from now on.