From 7009ee2526775339ea4630e6ef94f3f467524e0d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 1 May 2018 13:21:42 -0500 Subject: autostart the network. Change-Id: I4e9eea55404e28997517ed7a427d5c6c645ce4de Signed-off-by: Narinder Gupta --- ci/03-maasdeploy.sh | 1 + 1 file changed, 1 insertion(+) 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 # -- cgit 1.2.3-korg