weizhouapache commented on code in PR #6822:
URL: https://github.com/apache/cloudstack/pull/6822#discussion_r992576551
##########
client/bindir/cloud-setup-management.in:
##########
@@ -51,8 +51,9 @@ if __name__ == '__main__':
try:
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("CloudStack Management Server setup is Done!")
+ print("You can now log into CloudStack UI")
+ print("Management Server uses following ports to function properly:
8080 8250 8443 9090")
Review Comment:
I would prefer a WARNING here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]