Index: provider/ec2/ec2.go |
=== modified file 'provider/ec2/ec2.go' |
--- provider/ec2/ec2.go 2013-10-03 15:00:44 +0000 |
+++ provider/ec2/ec2.go 2013-10-09 23:47:05 +0000 |
@@ -94,6 +94,7 @@ |
hc.RootDisk = &inst.instType.RootDisk |
hc.CpuCores = &inst.instType.CpuCores |
hc.CpuPower = inst.instType.CpuPower |
+ hc.Type = &inst.instType.Name |
// Tags currently not supported by EC2 |
} |
return hc |