diff mbox series

[ovs-dev] wait=hv is not valid for ovn-sbctl:

Message ID 1522891493-18178-1-git-send-email-aginwala@ebay.com
State Accepted
Headers show
Series [ovs-dev] wait=hv is not valid for ovn-sbctl: | expand

Commit Message

aginwala aginwala April 5, 2018, 1:24 a.m. UTC
Hence removing it from ovn-setup.sh

Signed-off-by: aginwala <aginwala@ebay.com>
---
 tutorial/ovn-setup.sh | 2 --
 1 file changed, 2 deletions(-)

Comments

Ben Pfaff April 5, 2018, 4:23 a.m. UTC | #1
On Wed, Apr 04, 2018 at 06:24:53PM -0700, aginwala wrote:
> Hence removing it from ovn-setup.sh
> 
> Signed-off-by: aginwala <aginwala@ebay.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/tutorial/ovn-setup.sh b/tutorial/ovn-setup.sh
index 9a725cf..969b233 100755
--- a/tutorial/ovn-setup.sh
+++ b/tutorial/ovn-setup.sh
@@ -35,5 +35,3 @@  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