update sliver-ovs to new ovsdb syntax
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Sat, 6 Jul 2013 17:32:14 +0000 (19:32 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Sat, 6 Jul 2013 17:32:14 +0000 (19:32 +0200)
planetlab/scripts/sliver-ovs.in

index 5326dc2..edda196 100755 (executable)
@@ -100,10 +100,10 @@ function start_db () {
     if [ ! -f "$RUN_DIR/ovsdb-server.pid" ]; then
        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 \
-           --bootstrap-ca-cert=db:SSL,ca_cert \
+           --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
+           --private-key=db:Open_vSwitch,SSL,private_key \
+           --certificate=db:Open_vSwitch,SSL,certificate \
+           --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
            --pidfile \
            --log-file=$DB_LOG \
            --detach >& /dev/null