From: Narinder Gupta Date: Tue, 1 May 2018 18:21:42 +0000 (-0500) Subject: autostart the network. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7009ee2526775339ea4630e6ef94f3f467524e0d;p=joid.git autostart the network. Change-Id: I4e9eea55404e28997517ed7a427d5c6c645ce4de Signed-off-by: Narinder Gupta --- diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 82c0044a..c7155284 100755 --- 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 #