From: Narinder Gupta Date: Fri, 10 Feb 2017 07:19:54 +0000 (-0600) Subject: spell check and fix errors. X-Git-Tag: danube.1.0~49 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c951f38fedc34d32b47a93b46c2c07b94f4c3b08;p=joid.git spell check and fix errors. Change-Id: I0184cca01a7bc0372d41bf32c250d1d724409700 Signed-off-by: Narinder Gupta --- diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 66a7fd03..fa1dbf78 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -306,7 +306,7 @@ addnodes(){ done if [ "$virtinstall" -eq 1 ]; then - ntew=" --network bridge=virbr0,model=virtio" + netw=" --network bridge=virbr0,model=virtio" else brid=`brctl show | grep 8000 | cut -d "8" -f 1 | tr "\n" " " | tr "\t" " " | tr -s " "`