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 08E27106C1 for ; Mon, 30 Dec 2013 19:41:52 +0000 (UTC) Received: (qmail 41573 invoked by uid 500); 30 Dec 2013 19:41:51 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 41323 invoked by uid 500); 30 Dec 2013 19:41: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 41311 invoked by uid 99); 30 Dec 2013 19:41:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Dec 2013 19:41:50 +0000 Date: Mon, 30 Dec 2013 19:41:50 +0000 (UTC) From: "Chris DeRamus (JIRA)" To: commits@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LIBCLOUD-486) Rename ex_destroy_image within ec2 driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chris DeRamus created LIBCLOUD-486: -------------------------------------- Summary: Rename ex_destroy_image within ec2 driver Key: LIBCLOUD-486 URL: https://issues.apache.org/jira/browse/LIBCLOUD-486 Project: Libcloud Issue Type: Improvement Components: Compute Reporter: Chris DeRamus Priority: Trivial To comply with standards throughout the library I will be renaming ex_destroy_image -> ex_delete_image. To avoid breaking users I will add ex_destroy_image which will simply throw a deprecation warning and call ex_delete_image. -- This message was sent by Atlassian JIRA (v6.1.5#6160)