nvazquez commented on a change in pull request #5015:
URL: https://github.com/apache/cloudstack/pull/5015#discussion_r630941435
##########
File path: server/src/main/java/com/cloud/template/TemplateAdapterBase.java
##########
@@ -358,7 +358,7 @@ public TemplateProfile
prepare(GetUploadParamsForTemplateCmd cmd) throws Resourc
BooleanUtils.toBoolean(cmd.isFeatured()),
BooleanUtils.toBoolean(cmd.isExtractable()), cmd.getFormat(), osTypeId,
cmd.getZoneId(), HypervisorType.getType(cmd.getHypervisor()),
cmd.getChecksum(),
cmd.getTemplateTag(), cmd.getEntityOwnerId(),
cmd.getDetails(), BooleanUtils.toBoolean(cmd.isSshKeyEnabled()),
- BooleanUtils.toBoolean(cmd.isDynamicallyScalable()),
BooleanUtils.toBoolean(cmd.isRoutingType()));
+ BooleanUtils.toBoolean(cmd.isDynamicallyScalable()),
BooleanUtils.toBoolean(cmd.isRoutingType()), cmd.isDeployAsIs());
return prepareUploadParamsInternal(params);
Review comment:
Thanks guys, done. Somehow reverted it. Will re-test after this
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]