Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1FA4200AF2 for ; Wed, 4 May 2016 14:53:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A09DE1601A4; Wed, 4 May 2016 12:53:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F14D31609FC for ; Wed, 4 May 2016 14:53:13 +0200 (CEST) Received: (qmail 7741 invoked by uid 500); 4 May 2016 12:53:13 -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 7732 invoked by uid 500); 4 May 2016 12:53:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 7727 invoked by uid 99); 4 May 2016 12:53:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2016 12:53:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 03D4E2C1F6C for ; Wed, 4 May 2016 12:53:13 +0000 (UTC) Date: Wed, 4 May 2016 12:53:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9203) [API] extend updateVirtualMachine to support updating security groups MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 May 2016 12:53:14 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9203?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15270571#comment-15270571 ]=20 ASF GitHub Bot commented on CLOUDSTACK-9203: -------------------------------------------- Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/1297#issuecomment-216853436 =20 @rhtyd @NuxRo sound like a regession. I will look at it. > [API] extend updateVirtualMachine to support updating security groups > --------------------------------------------------------------------- > > Key: CLOUDSTACK-9203 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-920= 3 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: API > Reporter: Ren=C3=A9 Moser > Assignee: Daan Hoogland > Priority: Minor > Fix For: Future > > > There is currently no way to change security groups on exisitng VMs. > {{updateVirtualMachine}} should be extended in a similar way as {{deployV= irtualMachine}} which should allow passing a list of IDs or names to update= the security groups as passed: > {{securitygroupids}} parameter > comma separated list of security groups id that going to be applied to th= e virtual machine. Should be passed only when vm is created from a zone wit= h Basic Network support. Mutually exclusive with securitygroupnames paramet= er, default: false > {{securitygroupnames}} parameter > comma separated list of security groups names that going to be applied to= the virtual machine. Should be passed only when vm is created from a zone = with Basic Network support. Mutually exclusive with securitygroupids parame= ter. default: false > Exoscale did already some work in their branch which we are [allowed|http= s://twitter.com/resmo79/status/681428989018267648] to use, see [https://git= hub.com/exoscale/cloudstack/pull/6/] -- This message was sent by Atlassian JIRA (v6.3.4#6332)