mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2999 from jblancett/master
updated cores for new flavor IDs
This commit is contained in:
commit
a5e5d102a3
1 changed files with 9 additions and 7 deletions
|
@ -13,20 +13,22 @@ module Fog
|
|||
def cores
|
||||
case id
|
||||
when 1
|
||||
1
|
||||
when 2
|
||||
2
|
||||
when 3
|
||||
when 4
|
||||
4
|
||||
when 5
|
||||
6
|
||||
when 6
|
||||
8
|
||||
6
|
||||
when 7
|
||||
12
|
||||
8
|
||||
when 8
|
||||
16
|
||||
12
|
||||
when 9
|
||||
16
|
||||
when 10
|
||||
20
|
||||
when 11
|
||||
when 12
|
||||
20
|
||||
else
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue