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 7EEFD17BEE for ; Tue, 31 Mar 2015 19:43:05 +0000 (UTC) Received: (qmail 52868 invoked by uid 500); 31 Mar 2015 19:43:05 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 52845 invoked by uid 500); 31 Mar 2015 19:43:05 -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 52835 invoked by uid 99); 31 Mar 2015 19:43:05 -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; Tue, 31 Mar 2015 19:43:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3573FE17CC; Tue, 31 Mar 2015 19:43:05 +0000 (UTC) From: Kami To: notifications@libcloud.apache.org Reply-To: notifications@libcloud.apache.org Message-ID: Subject: [GitHub] libcloud pull request: [AWS EC2] Support for new d4 instance types... Content-Type: text/plain Date: Tue, 31 Mar 2015 19:43:05 +0000 (UTC) GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/490 [AWS EC2] Support for new d4 instance types, update and fix ec2 price scraping script Title says it all. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Kami/libcloud ec2_d2_instance_support Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/490.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #490 ---- commit f1550122d30bfe1fb86005bb654f6dd14b8126a2 Author: Tomaz Muraus Date: 2015-03-31T19:20:31Z Update scraping script so it handles new regions and new instance types. commit 50b754abdd2dc031215be8a6a45786229fce0620 Author: Tomaz Muraus Date: 2015-03-31T19:21:08Z Re-generate pricing file (scrape new prices). commit fbc19273dc46deb9eac7767be2f06642693663fe Author: Tomaz Muraus Date: 2015-03-31T19:25:21Z Add new d4. instance types to the EC2 driver. Also update affected tests. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---