1
0
Fork 0
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:
Wesley Beary 2014-06-18 14:40:09 -05:00
commit a5e5d102a3

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