mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
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.
This commit is contained in:
1
debian/openvswitch-switch.init
vendored
1
debian/openvswitch-switch.init
vendored
@@ -261,7 +261,6 @@ case "$1" in
|
||||
set -- "$@" --log-file=/var/log/openvswitch/ovsdb-server.log
|
||||
set -- "$@" --detach --no-chdir --pidfile $monitor_opt
|
||||
set -- "$@" --remote punix:/var/run/openvswitch/db.sock
|
||||
set -- "$@" --remote db:Open_vSwitch,managers
|
||||
set -- "$@" --remote db:Open_vSwitch,manager_options
|
||||
set -- "$@" --private-key=db:SSL,private_key
|
||||
set -- "$@" --certificate=db:SSL,certificate
|
||||
|
||||
Reference in New Issue
Block a user