kolla-ansible/releasenotes/notes/fix-octavia-interface-timeout-5e87ea2501d5ab3c.yaml
Victor Chembaev a3fcc07c7a Fix octavia-interface timeout
Added Restart=on-failure policy to octavia-interface systemd unit
Added octavia_interface_wait_timeout variable to control
TimeoutStartSec in octavia-interface systemd unit

Change-Id: I9de6c27131ce78e85aac56ea5d91d9740fd58354
Closes-Bug: 2067036
2024-07-17 16:57:54 +03:00

11 lines
354 B
YAML

---
fixes:
- |
Fixes 2067036.
Added ``octavia_interface_wait_timeout`` to control
octavia-interface.service timeout to be able wait
openvswitch agent sync has been finished and
octavia-lb-net is reachable from the host.
Also set restart policy for this unit to on-failure
`LP#2067036 <https://launchpad.net/bugs/2067036>`__