The '--n-ics' argument was essentially ignored. Now one can start a
sandbox with 0 ovn-ic daemons running in the following way:
make sandbox SANDBOXFLAGS="--n-ics 0"
Fixes: 381c9319b1f0 ("ovn-ic: Interconnection controller with AZ registeration."
Signed-off-by: Dumitru Ceara <[email protected]>
---
tutorial/ovn-sandbox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tutorial/ovn-sandbox b/tutorial/ovn-sandbox
index ed334d1c31..a689eb30f9 100755
--- a/tutorial/ovn-sandbox
+++ b/tutorial/ovn-sandbox
@@ -251,7 +251,7 @@ EOF
n_ics=$optarg
;;
--n-ic*)
- prev=n_ics_
+ prev=n_ics
;;
--n-controller*=*)
n_controllers=$optarg
--
2.50.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev