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 CAE1411910 for ; Wed, 10 Sep 2014 17:13:33 +0000 (UTC) Received: (qmail 85896 invoked by uid 500); 10 Sep 2014 17:13:33 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 85858 invoked by uid 500); 10 Sep 2014 17:13:33 -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 85848 invoked by uid 99); 10 Sep 2014 17:13:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 17:13:33 +0000 Date: Wed, 10 Sep 2014 17:13:33 +0000 (UTC) From: "Xavier Barbosa (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LIBCLOUD-613) wrong valid_volume_types into compute.drivers.ec2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Xavier Barbosa created LIBCLOUD-613: --------------------------------------- Summary: wrong valid_volume_types into compute.drivers.ec2 Key: LIBCLOUD-613 URL: https://issues.apache.org/jira/browse/LIBCLOUD-613 Project: Libcloud Issue Type: Bug Components: Compute Reporter: Xavier Barbosa There's a typo in volume types. See the doc http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html actually: {code} valid_volume_types = ['standard', 'io1', 'p2'] {code} it must be: {code} valid_volume_types = ['standard', 'io1', 'gp2'] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)