From: Andrew Evans <aevans@nicira.com>
Date: Wed, 2 Feb 2011 08:05:54 +0000 (-0800)
Subject: Debian: Make ovsdb-server use manager_options column to find managers.
X-Git-Tag: v1.1.0~356
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bfd0c0396822199a2b9ee294ea9ce4b59c33087c;p=sliver-openvswitch.git

Debian: Make ovsdb-server use manager_options column to find managers.
---

diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index 7361bf6a6..a33636d91 100755
--- a/debian/openvswitch-switch.init
+++ b/debian/openvswitch-switch.init
@@ -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