From e43fc07cd00f7f579a2cb69b6d8091876e1af90e Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 3 Sep 2015 12:45:00 -0400 Subject: ovn: Automatically create br-int in ovn-controller. ovn-controller previously required the integration bridge to be created before running ovn-controller. This patch makes ovn-controller automatically create it if it doesn't already exist. Signed-off-by: Russell Bryant Signed-off-by: Ben Pfaff --- tutorial/ovs-sandbox | 2 -- 1 file changed, 2 deletions(-) (limited to 'tutorial') diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 5e0553b27..d2619486c 100755 --- a/tutorial/ovs-sandbox +++ b/tutorial/ovs-sandbox @@ -347,8 +347,6 @@ if $ovn; then ovs-vsctl set open . external-ids:ovn-remote=unix:"$sandbox"/db.sock ovs-vsctl set open . external-ids:ovn-encap-type=geneve ovs-vsctl set open . external-ids:ovn-encap-ip=127.0.0.1 - ovs-vsctl add-br br-int \ - -- set bridge br-int fail-mode=secure other-config:disable-in-band=true rungdb $gdb_ovn_northd $gdb_ovn_northd_ex ovn-northd --detach --no-chdir --pidfile -vconsole:off --log-file rungdb $gdb_ovn_controller $gdb_ovn_controller_ex ovn-controller --detach --no-chdir --pidfile -vconsole:off --log-file -- cgit v1.2.1