Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5ddf4fc
)
spell check and fix errors.
11/28411/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Fri, 10 Feb 2017 07:19:54 +0000
(
01:19
-0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Fri, 10 Feb 2017 07:19:54 +0000
(
01:19
-0600)
Change-Id: I0184cca01a7bc0372d41bf32c250d1d724409700
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/03-maasdeploy.sh
patch
|
blob
|
history
diff --git
a/ci/03-maasdeploy.sh
b/ci/03-maasdeploy.sh
index
66a7fd0
..
fa1dbf7
100755
(executable)
--- a/
ci/03-maasdeploy.sh
+++ b/
ci/03-maasdeploy.sh
@@
-306,7
+306,7
@@
addnodes(){
done
if [ "$virtinstall" -eq 1 ]; then
- n
te
w=" --network bridge=virbr0,model=virtio"
+ n
et
w=" --network bridge=virbr0,model=virtio"
else
brid=`brctl show | grep 8000 | cut -d "8" -f 1 | tr "\n" " " | tr "\t" " " | tr -s " "`