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 2017/04/10 02:10:31 UTC

[3/4] libcloud git commit: Fix number of ec2 t2.small cpus to 1 Closes #1022

Fix number of ec2 t2.small cpus to 1
Closes #1022


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

Branch: refs/heads/trunk
Commit: 92b0690c0608e0ed2e8534229dd2c3c1cfb3de48
Parents: c06ce57
Author: Francisco Ros <fj...@doalitic.com>
Authored: Tue Apr 4 20:32:42 2017 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Apr 10 12:09:15 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/92b0690c/libcloud/compute/drivers/ec2.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py
index a8cd9da..839b889 100644
--- a/libcloud/compute/drivers/ec2.py
+++ b/libcloud/compute/drivers/ec2.py
@@ -713,7 +713,7 @@ INSTANCE_TYPES = {
         'disk': 0,  # EBS Only
         'bandwidth': None,
         'extra': {
-            'cpu': 11
+            'cpu': 1
         }
     },
     't2.medium': {