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.git
The following commit(s) were added to refs/heads/main by this push:
new 90413cb307 client: Improve cloudstack-setup-management message (#6822)
90413cb307 is described below
commit 90413cb307a5426119c7937570947919daf6fdd9
Author: Rahul Agarwal <[email protected]>
AuthorDate: Wed Dec 7 13:17:40 2022 +0530
client: Improve cloudstack-setup-management message (#6822)
Improve the cloudstack-setup-management output message
Co-authored-by: Rahul Agarwal <[email protected]>
Co-authored-by: Rohit Yadav <[email protected]>
Co-authored-by: Stephan Krug <[email protected]>
---
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 96b91216af..70e727b40b 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:")