summaryrefslogtreecommitdiff
path: root/tutorial/ovn/env1/setup.sh
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2016-06-08 17:15:02 -0700
committerJustin Pettit <jpettit@ovn.org>2016-06-11 16:59:15 -0700
commitea46a4e9707921fa6bfd5fcffc5da31960788ee9 (patch)
tree6686d6bb40091d884675098f6085b8c8047d7e97 /tutorial/ovn/env1/setup.sh
parent31ed1192e282b5ffa8af8a3933ee672cb74a13da (diff)
downloadopenvswitch-ea46a4e9707921fa6bfd5fcffc5da31960788ee9.tar.gz
ovn-nbctl: Update logical switch commands.
A few minor changes related to logical switch commands: - Use "ls" instead of "lswitch" to be more consistent with other command changes. - Use commands where possible in ovn unit tests. - Update references from "lswitch" to "ls" (code) or "switch" (user). Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ryan Moats <rmoats@us.ibm.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tutorial/ovn/env1/setup.sh')
-rwxr-xr-xtutorial/ovn/env1/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/ovn/env1/setup.sh b/tutorial/ovn/env1/setup.sh
index a89c0091e..08496432e 100755
--- a/tutorial/ovn/env1/setup.sh
+++ b/tutorial/ovn/env1/setup.sh
@@ -20,7 +20,7 @@
set -o xtrace
# Create a logical switch named "sw0"
-ovn-nbctl lswitch-add sw0
+ovn-nbctl ls-add sw0
# Create two logical ports on "sw0".
ovn-nbctl lsp-add sw0 sw0-port1