Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E29FA10051 for ; Sun, 22 Dec 2013 01:33:50 +0000 (UTC) Received: (qmail 83303 invoked by uid 500); 22 Dec 2013 01:33:50 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 83277 invoked by uid 500); 22 Dec 2013 01:33:50 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 83270 invoked by uid 99); 22 Dec 2013 01:33:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Dec 2013 01:33:50 +0000 Date: Sun, 22 Dec 2013 01:33:50 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-464) Add security group delete/destroy into the EC2 driver 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/LIBCLOUD-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855049#comment-13855049 ] ASF subversion and git services commented on LIBCLOUD-464: ---------------------------------------------------------- Commit 556bc918d3fd45f3fa81dbbdff88a4ea1fe4b825 in branch refs/heads/trunk from [~cderamus] [ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=556bc91 ] Issue LIBCLOUD-464: Add methods for deleting security groups to the EC2 driver. > Add security group delete/destroy into the EC2 driver > ----------------------------------------------------- > > Key: LIBCLOUD-464 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-464 > Project: Libcloud > Issue Type: Improvement > Components: Compute > Reporter: Chris DeRamus > Labels: newbie > Original Estimate: 2h > Remaining Estimate: 2h > > The ec2 driver does not currently have a call to remove a security group. The API call is DeleteSecurityGroup and it accepts deletion using either the GroupId or GroupName. -- This message was sent by Atlassian JIRA (v6.1.5#6160)