jbampton commented on code in PR #6273: URL: https://github.com/apache/cloudstack/pull/6273#discussion_r1053106121
########## server/src/test/resources/db.properties: ########## @@ -17,7 +17,7 @@ # management server clustering parameters, change cluster.node.IP to the machine IP address -# in which the management server is running +# in which the management server is running cluster.node.IP=127.0.0.1 cluster.servlet.port=9090 Review Comment: I found an issue thread here https://github.com/pre-commit/pre-commit-hooks/issues/196 which talks about the 50/50 rule and how to fix the line endings locally. So that file had mostly Windows style carriage returns so did not get fixed at first. Now I have just targeted Java and Python files for this initial first run clean up. -- 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]
