rohityadavcloud commented on code in PR #6822:
URL: https://github.com/apache/cloudstack/pull/6822#discussion_r993111341
##########
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 think this is not logging but printing on the console when
cloudstack-setup-management is run.
@rahulbcn27 I think the line can be improved to still suggest that the (a)
ports must be open and not firewalled, and (b) not in use by other processes on
the host.
--
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]