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)

Reply via email to