Uploaded image for project: 'Libcloud'
  1. Libcloud
  2. LIBCLOUD-613

wrong valid_volume_types into compute.drivers.ec2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • Compute

    Description

      There's a typo in volume types. See the doc http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html

      actually:

         valid_volume_types = ['standard', 'io1', 'p2']
      

      it must be:

         valid_volume_types = ['standard', 'io1', 'gp2']
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            johnnoone Xavier Barbosa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: