You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/23 14:31:22 UTC

[GitHub] [cloudstack] rhtyd 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

rhtyd 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_r286973014
 
 

 ##########
 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:
   Remove extra newline

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


With regards,
Apache Git Services