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:
5404669
)
autostart the network.
33/56933/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 1 May 2018 18:21:42 +0000
(13:21 -0500)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Tue, 1 May 2018 18:22:26 +0000
(13:22 -0500)
Change-Id: I4e9eea55404e28997517ed7a427d5c6c645ce4de
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
82c0044
..
c715528
100755
(executable)
--- a/
ci/03-maasdeploy.sh
+++ b/
ci/03-maasdeploy.sh
@@
-215,6
+215,7
@@
sed -i "s@brAdm@$ADMIN_BR@" net.xml
sudo virsh net-destroy default || true
sudo virsh net-undefine default || true
sudo virsh net-define net.xml || true
+sudo virsh net-autostart default || true
sudo virsh net-start default || true
#