From 289df16d29e963aef8c9df590300add4ab722ac9 Mon Sep 17 00:00:00 2001 From: Andrew Evans Date: Fri, 18 Feb 2011 09:50:12 -0800 Subject: ovsdb: Remove 'managers' column from 'Open vSwitch' table. We had retained but deprecated the use of the older 'managers' column in the 'Open vSwitch' table for compatibility with applications that might still use it, but that created more problems than it solved. This commit removes the 'managers' column from the schema, and removes all references to it from the code, init scripts, documentation, and tests. --- xenserver/usr_share_openvswitch_scripts_sysconfig.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xenserver/usr_share_openvswitch_scripts_sysconfig.template') diff --git a/xenserver/usr_share_openvswitch_scripts_sysconfig.template b/xenserver/usr_share_openvswitch_scripts_sysconfig.template index e72f6957a..2636588b7 100644 --- a/xenserver/usr_share_openvswitch_scripts_sysconfig.template +++ b/xenserver/usr_share_openvswitch_scripts_sysconfig.template @@ -21,7 +21,7 @@ # OVSDB_SERVER_REMOTES: Space-separated list of methods on which to have # ovsdb-server listen or connect for a JSON-RPC connection. -# OVSDB_SERVER_REMOTES="punix:/var/run/openvswitch/db.sock db:Open_vSwitch,managers db:Open_vSwitch,manager_options" +# OVSDB_SERVER_REMOTES="punix:/var/run/openvswitch/db.sock db:Open_vSwitch,manager_options" # OVSDB_SERVER_DB: File for which ovsdb-server uses for storage. # OVSDB_SERVER_DB=/etc/openvswitch/conf.db -- cgit v1.2.1