From commits-return-90294-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Fri Jun 28 10:57:00 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AEC8E18062B for ; Fri, 28 Jun 2019 12:56:59 +0200 (CEST) Received: (qmail 52176 invoked by uid 500); 28 Jun 2019 10:56:59 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 52167 invoked by uid 99); 28 Jun 2019 10:56:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2019 10:56:59 +0000 From: GitBox To: commits@cloudstack.apache.org Subject: [GitHub] [cloudstack] anuragaw commented on a change in pull request #3297: Support copy tags from template/iso image to VM from deploy vm command Message-ID: <156171941393.30582.15301954351179128749.gitbox@gitbox.apache.org> Date: Fri, 28 Jun 2019 10:56:53 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit anuragaw 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_r298548425 ########## 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: 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: users@infra.apache.org With regards, Apache Git Services