shwstppr commented on a change in pull request #3606: [WIP DO NOT MERGE] VM
ingestion
URL: https://github.com/apache/cloudstack/pull/3606#discussion_r347217097
##########
File path: engine/schema/src/main/java/com/cloud/storage/VMTemplateVO.java
##########
@@ -230,6 +230,13 @@ public static VMTemplateVO createPreHostIso(Long id,
String uniqueName, String n
return template;
}
+ public static VMTemplateVO createSystemIso(Long id, String uniqueName,
String name, boolean isPublic,
Review comment:
This dummy ISO will be created only once and will be used for all imported
VMs thereafter when no template is passed in the API call (will be common for
all imported VMs).
----------------------------------------------------------------
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]
With regards,
Apache Git Services