mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
update for new linode flavor ids
This commit is contained in:
parent
85962835ed
commit
b6b5355aec
1 changed files with 9 additions and 7 deletions
|
@ -13,20 +13,22 @@ module Fog
|
||||||
def cores
|
def cores
|
||||||
case id
|
case id
|
||||||
when 1
|
when 1
|
||||||
|
1
|
||||||
|
when 2
|
||||||
2
|
2
|
||||||
when 3
|
when 4
|
||||||
4
|
4
|
||||||
when 5
|
|
||||||
6
|
|
||||||
when 6
|
when 6
|
||||||
8
|
6
|
||||||
when 7
|
when 7
|
||||||
12
|
8
|
||||||
when 8
|
when 8
|
||||||
16
|
12
|
||||||
when 9
|
when 9
|
||||||
|
16
|
||||||
|
when 10
|
||||||
20
|
20
|
||||||
when 11
|
when 12
|
||||||
20
|
20
|
||||||
else
|
else
|
||||||
0
|
0
|
||||||
|
|
Loading…
Add table
Reference in a new issue