shwstppr commented on a change in pull request #3297: Support copy tags from
template/iso image to VM from deploy vm command
URL: https://github.com/apache/cloudstack/pull/3297#discussion_r297614465
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
##########
@@ -203,6 +203,9 @@
@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")
Review comment:
Should we add **since** tag here for new param?
----------------------------------------------------------------
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