puppet-ovn/releasenotes/notes/ovn_openflow_probe_interval-a465fbbde158c6b0.yaml
Kamil Sambor d1331a6254 Add posibilities to set ovn_openflow_probe_interval for controller
Change-Id: I98c7b16c6051e174e515bfa9a81a3fb55267aacf
2019-09-20 15:10:15 +02:00

8 lines
394 B
YAML

---
features:
- |
Added new param for puppet 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.