4b2a38d93c
Template was using timeout value instead of delay value. Also clean up redundant values in the templates (things like retry and delay_before_retry only need to be specified once at the top level). Change-Id: I376917e40eb7a92f7f03e691ed9a0c23fd2ce8f8
6 lines
154 B
YAML
6 lines
154 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Delay between checks on UDP healthmonitors was using the incorrect config
|
|
value ``timeout``, when it should have been ``delay``.
|