tripleo-heat-templates/releasenotes/notes/ovn_openflow_probe_interval-fd99301d95aac62e.yaml
Kamil Sambor bf3ef6e3b1 Add posibilities to set ovn_openflow_probe_interval for controller
Add param OVNOpenflowProbeInterval to set ovn_openflow_probe_interval

Depends-On: https://review.opendev.org/#/c/683291/
Change-Id: I95e4c82f53d3cba49b660a9da0ad6e43b0839fb6
2019-10-14 16:20:49 +02:00

8 lines
413 B
YAML

---
features:
- |
Added new heat param OVNOpenflowProbeInterval to set ovn_openflow_probe_interval
which is inactivity probe interval of the OpenFlow connection to the OpenvSwitch
integration bridge, in seconds. If the value is zero, it disables the connection
keepalive feature, by default this value is set on 60s.
If the value is nonzero, then it will be forced to a value of at least 5s.