Acked-by: Mark Michelson <mmich...@redhat.com>

On 8/7/19 11:06 AM, nusid...@redhat.com wrote:
From: Numan Siddique <nusid...@redhat.com>

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

Signed-off-by: Numan Siddique <nusid...@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
              ;;


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to