sureshanaparti commented on code in PR #11656:
URL: https://github.com/apache/cloudstack/pull/11656#discussion_r2510070813
##########
engine/schema/src/main/java/com/cloud/upgrade/SystemVmTemplateRegistration.java:
##########
@@ -108,7 +109,10 @@ public class SystemVmTemplateRegistration {
private static Integer LINUX_12_ID = 363;
private static final Integer SCRIPT_TIMEOUT = 1800000;
private static final Integer LOCK_WAIT_TIMEOUT = 1200;
+ protected static final String TEMPLATES_DOWNLOAD_REPOSITORY_KEY =
"downloadurl";
Review Comment:
```suggestion
protected static final String TEMPLATES_DEFAULT_DOWNLOAD_REPOSITORY_KEY
= "downloadurl";
```
or _TEMPLATES_DOWNLOAD_URL_KEY_
--
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]