octavia/releasenotes/notes/fix-timeout-dict-when-start-vrrp-278d4837702bd247.yaml
Gregory Thiemonge 9e5a634015 Fix timeout duration in start_vrrp_service during failovers
The timeout_dict argument was not passed to the
_populate_amphora_api_version, it could have made the failover of broken
amphora really long.

Related-Bug: #2033894

Change-Id: I497f2d8587e25eda0d169aa919cb6fbede7e9fc6
(cherry picked from commit cce348040d43b92b59146adeb15a4f1486946a64)
(cherry picked from commit 54eb1624f5762e9b848f10f712152faf02f8b84d)
(cherry picked from commit 5c98d901337cb0d6e4c575e3280cb77839720cfe)
(cherry picked from commit 1dadaff530e252e8e96ea8b4c6dcec902a797516)
2023-10-12 05:36:40 -04:00

7 lines
205 B
YAML

---
fixes:
- |
Fixed a too long timeout when attempting to start the VRRP service in an
unreachable amphora during a failover. A specific shorter timeout should be
used during the failovers.