This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
The following commit(s) were added to refs/heads/main by this push:
new 07efd45 Update install.sh
07efd45 is described below
commit 07efd451e987f8e6e822772c080e92ad00ad113e
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Aug 7 12:39:02 2025 +0530
Update install.sh
---
install.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/install.sh b/install.sh
index ea7f7b1..58a3433 100644
--- a/install.sh
+++ b/install.sh
@@ -232,6 +232,8 @@ configure_host() {
info "KVM host configured"
virsh nodeinfo
fi
+ virsh net-destroy default || true
+ virsh net-undefine default || true
}
deploy_cloudstack() {