GabrielBrascher commented on a change in pull request #5832:
URL: https://github.com/apache/cloudstack/pull/5832#discussion_r780966584
##########
File path: server/src/main/java/com/cloud/network/as/AutoScaleManagerImpl.java
##########
@@ -327,7 +327,7 @@ protected AutoScaleVmProfileVO
checkValidityAndPersist(AutoScaleVmProfileVO vmPr
}
if (csUrl == null || csUrl.contains("localhost")) {
- throw new InvalidParameterValueException("Global setting
endpointe.url has to be set to the Management Server's API end point");
+ throw new InvalidParameterValueException("Global setting
endpoint.url has to be set to the Management Server's API end point");
Review comment:
@GutoVeronezi I've updated `AutoScaleManagerImpl.java` and
`LoadBalancingRulesManagerImpl.java` to be aligned with your suggestions.
Thanks for the review!
--
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]