Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EA8B10EF2 for ; Tue, 25 Nov 2014 13:00:14 +0000 (UTC) Received: (qmail 58164 invoked by uid 500); 25 Nov 2014 13:00:14 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 58122 invoked by uid 500); 25 Nov 2014 13:00:14 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 58107 invoked by uid 500); 25 Nov 2014 13:00:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 58104 invoked by uid 99); 25 Nov 2014 13:00:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 13:00:13 +0000 Date: Tue, 25 Nov 2014 13:00:13 +0000 (UTC) From: "Rohit Yadav (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-7871) Fix update VirtualMachine/Template API to allow nic/disk controller details for VMWare VMs/Templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohit Yadav updated CLOUDSTACK-7871: ------------------------------------ Fix Version/s: 4.3.1 > Fix update VirtualMachine/Template API to allow nic/disk controller details for VMWare VMs/Templates > ---------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-7871 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7871 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.4.0, 4.5.0, 4.3.1, 4.4.1 > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Fix For: 4.5.0, 4.3.1, 4.4.2 > > > In case of VMWare, when we register a new template we can pass in nic type and disk controller but there is no API (or parameter passable to current APIs) to change nic type and disk controller for both VM and template. The fix is that we add a details map type to the updateTemplate and updateVirtualMachine API which updates the nic/disk controller values in the database. -- This message was sent by Atlassian JIRA (v6.3.4#6332)