Bug 5306: Enable the SSL connection for ovs manager
[ovsdb.git] / southbound / southbound-impl / src / main / resources / initial / southbound.cfg
1 ######################################################
2 # Performance Tuning Configuration Parameters        #
3 ######################################################
4 # Setting "skip-monitoring-manager-status" value to "true" will skip
5 # monitoring of "status" column of OVSDB database "Manager"
6 # table of OVS switch. By default monitoring of the column is #enabled (default value "false").
7 # NOTE: Setting it to true will reduce the number of updates
8 # received by OVSDB plugin from OVS, that eventually help in
9 # improving the performance of OVSDB southbound plugin.
10 # However, it will impact functionality in a clustered HA
11 # setup. So please use this option when you are running OVSDB
12 # southbound plugin in single node and want to achieve better
13 # performance.
14 #skip-monitoring-manager-status = false