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 895b72a Update install.sh 895b72a is described below commit 895b72aa2e8ba66c0324cc8971c7ef501845e967 Author: Rohit Yadav <rohit.ya...@shapeblue.com> AuthorDate: Thu Aug 7 17:23:54 2025 +0530 Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 58a3433..027de59 100644 --- a/install.sh +++ b/install.sh @@ -242,7 +242,7 @@ deploy_cloudstack() { return fi info "Deploying CloudStack Database" - cloudstack-setup-databases cloud:cloud@localhost --deploy-as=root: #-i <cloudbr0 IP here> + cloudstack-setup-databases cloud:cloud@localhost --deploy-as=root: -i $HOST_IP info "Deploying CloudStack Management Server" cloudstack-setup-management }