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. --- INSTALL.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.Linux') diff --git a/INSTALL.Linux b/INSTALL.Linux index 8ba73ed3..103805ae 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -256,7 +256,7 @@ configuration in the database: % ovsdb-server /usr/local/etc/openvswitch/conf.db \ --remote=punix:/usr/local/var/run/openvswitch/db.sock \ - --remote=db:Open_vSwitch,managers \ + --remote=db:Open_vSwitch,manager_options \ --private-key=db:SSL,private_key \ --certificate=db:SSL,certificate \ --bootstrap-ca-cert=db:SSL,ca_cert \ -- cgit v1.2.3