anuragaw commented on a change in pull request #3297: [WIP DO NOT MERGE] 
Support copy tags from template/iso image to VM from deploy vm command
URL: https://github.com/apache/cloudstack/pull/3297#discussion_r290263718
 
 

 ##########
 File path: 
api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
 ##########
 @@ -203,6 +203,10 @@
     @Parameter(name = ApiConstants.EXTRA_CONFIG, type = CommandType.STRING, 
since = "4.12", description = "an optional URL encoded string that can be 
passed to the virtual machine upon successful deployment", length = 5120)
     private String extraConfig;
 
+    @Parameter(name = "copyimagetagstovm", type = CommandType.BOOLEAN, 
description = "if true we copy the image tags to the deployed Vm; defaulted to 
false if not specified")
+    private Boolean copyImageTagsToVm;
+
+
 
 Review comment:
   Done.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to