tell ovsdb-server where the db is
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Mon, 17 Sep 2012 09:31:40 +0000 (11:31 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Mon, 17 Sep 2012 13:20:21 +0000 (15:20 +0200)
planetlab/scripts/sliver-ovs.in

index db6a2a6..162e7f4 100755 (executable)
@@ -102,7 +102,8 @@ function start_db () {
 
     ## run the stuff
     if [ ! -f "$DB_PID_FILE" ]; then
-       ovsdb-server --remote=punix:$DB_SOCKET \
+       ovsdb-server $DB_CONF_FILE \
+           --remote=punix:$DB_SOCKET \
            --remote=db:Open_vSwitch,manager_options \
            --private-key=db:SSL,private_key \
            --certificate=db:SSL,certificate \