From 90413cb307a5426119c7937570947919daf6fdd9 Mon Sep 17 00:00:00 2001 From: Rahul Agarwal <35532056+rahulbcn27@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:17:40 +0530 Subject: [PATCH] client: Improve cloudstack-setup-management message (#6822) Improve the cloudstack-setup-management output message Co-authored-by: Rahul Agarwal Co-authored-by: Rohit Yadav Co-authored-by: Stephan Krug --- client/bindir/cloud-setup-management.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bindir/cloud-setup-management.in b/client/bindir/cloud-setup-management.in index 96b91216afb..70e727b40b2 100755 --- a/client/bindir/cloud-setup-management.in +++ b/client/bindir/cloud-setup-management.in @@ -52,7 +52,7 @@ if __name__ == '__main__': syscfg.registerService(cloudManagementConfig) syscfg.config() print("CloudStack Management Server setup is Done!") - print("Please ensure the following ports are open for the management server to function properly : 8080 8250 8443 9090") + print("Please ensure ports 8080, 8250, 8443, and 9090 are opened and not firewalled for the management server and not in use by other processes on this host.") except (CloudRuntimeException, CloudInternalException) as e: print(e) print("Try to restore your system:")