You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2015/12/04 21:15:00 UTC

[07/11] libcloud git commit: EC2: Move comment before t2 instances

EC2: Move comment before t2 instances

t2.micro is also a "Burstable Performance General Purpose" instance
type.

Signed-off-by: Anthony Shaw <an...@gmail.com>


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

Branch: refs/heads/trunk
Commit: 7e13ba150a1db1f6f142eb41bfd75bbb51511fe3
Parents: 7d1b796
Author: Philipp Hahn <ha...@univention.de>
Authored: Tue Dec 1 09:05:02 2015 +0100
Committer: Anthony Shaw <an...@gmail.com>
Committed: Sat Dec 5 07:14:57 2015 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7e13ba15/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index 8c7ba51..95cdb7a 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -588,6 +588,7 @@ INSTANCE_TYPES = {
             'cpu': 32
         }
     },
+    # Burstable Performance General Purpose
     't2.micro': {
         'id': 't2.micro',
         'name': 'Burstable Performance Micro Instance',
@@ -598,7 +599,6 @@ INSTANCE_TYPES = {
             'cpu': 1
         }
     },
-    # Burstable Performance General Purpose
     't2.small': {
         'id': 't2.small',
         'name': 'Burstable Performance Small Instance',