aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorAndrew Evans <aevans@nicira.com>2011-02-18 09:50:12 -0800
committerAndrew Evans <aevans@nicira.com>2011-02-18 11:09:29 -0800
commit289df16d29e963aef8c9df590300add4ab722ac9 (patch)
tree6c1bdb8f8d0b108f8d9a113d0b19e729eb072a3b /INSTALL.Linux
parent7a7ae75a3839af2ae0803af66e51cc93cf36603c (diff)
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.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux2
1 files changed, 1 insertions, 1 deletions
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 \