1
0
Fork 0
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:
Josh Blancett 2014-06-17 16:19:30 -04:00
parent 85962835ed
commit b6b5355aec

View file

@ -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