Description of Virtual Network for Open vSwitch configuration options
Configuration option = Default value Description
[ovn]
= log (StrOpt) The synchronization mode of OVN with Neutron DB. off - synchronization is off log - during neutron-server startup, check to see if OVN is in sync with the Neutron database. Log warnings for any inconsistencies found so that an admin can investigate repair - during neutron-server startup, automatically create resources found in Neutron but not in OVN. Also remove resources from OVN that are no longer in Neutron.
= tcp:127.0.0.1:6640 (StrOpt) The connection string for the native OVSDB backend
= 60 (IntOpt) Timeout in seconds for the OVSDB connection transaction