Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB0A6188CA for ; Wed, 27 Jan 2016 00:12:53 +0000 (UTC) Received: (qmail 79056 invoked by uid 500); 27 Jan 2016 00:12:53 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 78997 invoked by uid 500); 27 Jan 2016 00:12:53 -0000 Mailing-List: contact notifications-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 notifications@libcloud.apache.org Received: (qmail 78967 invoked by uid 500); 27 Jan 2016 00:12:53 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 78961 invoked by uid 99); 27 Jan 2016 00:12:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 00:12:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9B68FE020E; Wed, 27 Jan 2016 00:12:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Date: Wed, 27 Jan 2016 00:12:55 -0000 Message-Id: In-Reply-To: <2b9254d78e3142e98261ee40ff6a9879@git.apache.org> References: <2b9254d78e3142e98261ee40ff6a9879@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] libcloud git commit: Remove unsupported instance types Closes #684 Remove unsupported instance types Closes #684 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b0ce8d8c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b0ce8d8c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b0ce8d8c Branch: refs/heads/trunk Commit: b0ce8d8cecc7ce604969978c75306553db5aa80e Parents: 31d9d59 Author: Geunwoo Shin Authored: Tue Jan 26 18:34:50 2016 +0900 Committer: anthony-shaw Committed: Wed Jan 27 11:04:23 2016 +1100 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b0ce8d8c/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index a26295f..b57a1eb 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -1054,7 +1054,6 @@ REGION_DETAILS = { 'm4.2xlarge', 'm4.4xlarge', 'm4.10xlarge', - 'hs1.8xlarge', 'i2.xlarge', 'i2.2xlarge', 'i2.4xlarge',