[
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)