GutoVeronezi commented on a change in pull request #5832:
URL: https://github.com/apache/cloudstack/pull/5832#discussion_r780457542
##########
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:
@GabrielBrascher, instead of only fixing the typo, we could use
`ApiServiceConfiguration.ApiServletPath.key()` wherever it's referenced.
--
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]