summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorDuffie Cooley <dcooley@nicira.com>2013-05-01 12:23:36 -0700
committerBen Pfaff <blp@nicira.com>2013-05-01 12:24:05 -0700
commit431ad53564ed01c53df2a7c51898a56b09c45054 (patch)
treebcf18759d6f10b2f2b2884d8bea30af97bdd0f60 /tutorial
parent0283017566e73530ddc71d1ec58f4830720a985b (diff)
downloadopenvswitch-431ad53564ed01c53df2a7c51898a56b09c45054.tar.gz
ovs-sandbox: Use $schema for creating the db.
The code here went to some trouble to properly set $schema and then ignored it. Signed-off-by: Duffie Cooley <dcooley@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 04e885861..db980d241 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -199,7 +199,7 @@ trap 'kill `cat "$sandbox"/*.pid`' 0 1 2 3 13 14 15
# Create database and start ovsdb-server.
touch "$sandbox"/.conf.db.~lock~
-run ovsdb-tool create conf.db "$srcdir"/vswitchd/vswitch.ovsschema
+run ovsdb-tool create conf.db "$schema"
run ovsdb-server --detach --no-chdir --pidfile -vconsole:off --log-file \
--remote=punix:"$sandbox"/db.sock