Debian: Make ovsdb-server use manager_options column to find managers.
authorAndrew Evans <aevans@nicira.com>
Wed, 2 Feb 2011 08:05:54 +0000 (00:05 -0800)
committerAndrew Evans <aevans@nicira.com>
Wed, 2 Feb 2011 18:30:09 +0000 (10:30 -0800)
debian/openvswitch-switch.init

index 7361bf6..a33636d 100755 (executable)
@@ -240,6 +240,7 @@ case "$1" in
         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
         set -- "$@" --bootstrap-ca-cert=db:SSL,ca_cert