mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #449 from SelfDeploy/fix/c1xlarge_cpu_count
Fix c1.xlarge cpu count
This commit is contained in:
commit
bdd3da6c82
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ module Fog
|
|||
:id => 'c1.xlarge',
|
||||
:name => 'High-CPU Extra Large',
|
||||
:bits => 64,
|
||||
:cores => 20,
|
||||
:cores => 8,
|
||||
:disk => 1690,
|
||||
:ram => 7168,
|
||||
:ebs_optimized_available => true,
|
||||
|
|
Loading…
Reference in a new issue