nvazquez commented on a change in pull request #2379: CLOUDSTACK-10146: Bypass
Secondary Storage for KVM templates
URL: https://github.com/apache/cloudstack/pull/2379#discussion_r159665779
##########
File path: server/src/com/cloud/template/TemplateAdapterBase.java
##########
@@ -339,9 +341,13 @@ protected VMTemplateVO persistTemplate(TemplateProfile
profile, VirtualMachineTe
new VMTemplateVO(profile.getTemplateId(), profile.getName(),
profile.getFormat(), profile.getIsPublic(), profile.getFeatured(),
profile.getIsExtractable(),
profile.getTemplateType(), profile.getUrl(),
profile.getRequiresHVM(), profile.getBits(), profile.getAccountId(),
profile.getCheckSum(),
profile.getDisplayText(), profile.getPasswordEnabled(),
profile.getGuestOsId(), profile.getBootable(), profile.getHypervisorType(),
- profile.getTemplateTag(), profile.getDetails(),
profile.getSshKeyEnabled(), profile.IsDynamicallyScalable());
+ profile.getTemplateTag(), profile.getDetails(),
profile.getSshKeyEnabled(), profile.IsDynamicallyScalable(),
profile.isDirectDownload());
Review comment:
Done, thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services