summaryrefslogtreecommitdiff
path: root/tutorial/ovn-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/ovn-setup.sh')
-rwxr-xr-xtutorial/ovn-setup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorial/ovn-setup.sh b/tutorial/ovn-setup.sh
index 943ca58ed..9a725cf09 100755
--- a/tutorial/ovn-setup.sh
+++ b/tutorial/ovn-setup.sh
@@ -31,5 +31,9 @@ ovs-vsctl add-port br-int p2 -- \
# View a summary of the configuration
printf "\n=== ovn-nbctl show ===\n\n"
ovn-nbctl show
+printf "\n=== ovn-nbctl show with wait hv ===\n\n"
+ovn-nbctl --wait=hv show
printf "\n=== ovn-sbctl show ===\n\n"
ovn-sbctl show
+printf "\n=== ovn-sbctl show with wait hv ===\n\n"
+ovn-sbctl --wait=hv show