neutron/releasenotes/notes/change-of-default-timeout-b09d11683526e27d.yaml
LIU Yulong 64ea642359 Change default local ovs connection timeout
Large number of flows can cause local ovs connection
timeout. Ultimately getting succeed will be better
than a retry or fullsync.

Related-Bug: #1813703
Related-Bug: #1813705
Related-Bug: #1813707
Related-Bug: #1813709

Change-Id: Ifa0608a7e131df3cad2f7727426720afce641a58
2019-03-25 02:51:20 +00:00

8 lines
286 B
YAML

---
other:
- |
In order to improve heavy load ovs agent restart success rate, instead
a retry or fullsync, the native driver ``of_connect_timeout`` and
``of_request_timeout`` are now set to 300s. The value does not have side
effect for the regular pressure ovs agent.