Repository: libcloud
Updated Branches:
  refs/heads/trunk 9e5976c95 -> 627b97243


Add st1 and sc1 volume types to valid types
Closes #925


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/41ff326e
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/41ff326e
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/41ff326e

Branch: refs/heads/trunk
Commit: 41ff326ecd742b6995412953314b3f522bc7a84c
Parents: 9e5976c
Author: Sean Goller <[email protected]>
Authored: Thu Oct 27 11:48:53 2016 -0700
Committer: Anthony Shaw <[email protected]>
Committed: Sun Oct 30 09:21:19 2016 +0000

----------------------------------------------------------------------
 libcloud/compute/drivers/ec2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/41ff326e/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index cf338e1..ecb9bde 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -3179,7 +3179,7 @@ class BaseEC2NodeDriver(NodeDriver):
         :return: The newly created volume.
         :rtype: :class:`StorageVolume`
         """
-        valid_volume_types = ['standard', 'io1', 'gp2']
+        valid_volume_types = ['standard', 'io1', 'gp2', 'st1', 'sc1']
 
         params = {
             'Action': 'CreateVolume',

Reply via email to