[ovs-dev] [PATCH ovn] Enable OVN in tutorial/ovs-sandbox by default

nusiddiq at redhat.com nusiddiq at redhat.com
Wed Aug 7 15:06:47 UTC 2019


From: Numan Siddique <nusiddiq at redhat.com>

The patch removs the --ovn option and enables OVN by default.

Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
---
 tutorial/ovs-sandbox | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 9b4c3e4f5..47032b499 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -67,7 +67,7 @@ srcdir=
 schema=
 installed=false
 built=false
-ovn=false
+ovn=true
 ovnsb_schema=
 ovnnb_schema=
 ovn_rbac=true
@@ -129,7 +129,6 @@ General options:
   -S, --schema=FILE    use FILE as vswitch.ovsschema
 
 OVN options:
-  -o, --ovn            enable OVN
   --no-ovn-rbac        disable role-based access control for OVN
   --n-northds=NUMBER   run NUMBER copies of northd (default: 1)
   --nbdb-model=standalone|backup|clustered    northbound database model
@@ -201,9 +200,6 @@ EOF
         --gdb-ovn-controller-vtep)
             gdb_ovn_controller_vtep=true
             ;;
-        -o|--ovn)
-            ovn=true
-            ;;
         --no-ovn-rbac)
             ovn_rbac=false
             ;;
-- 
2.21.0



More information about the dev mailing list