You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2014/09/10 20:32:35 UTC

[jira] [Resolved] (LIBCLOUD-613) wrong valid_volume_types into compute.drivers.ec2

     [ https://issues.apache.org/jira/browse/LIBCLOUD-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-613.
-----------------------------------
    Resolution: Fixed

Good catch. Fixed in trunk.

Thanks.

> 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
>              Labels: ec2, volumes
>
> 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)