1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|ninefold] add default serviceofferingid (flavor)

This commit is contained in:
geemus 2011-07-22 11:53:06 -05:00
parent 9553c3805e
commit 6613711166

View file

@ -65,6 +65,9 @@ module Fog
def initialize(attributes={}) def initialize(attributes={})
merge_attributes({
:serviceofferingid => 105 # '1CPU, 384MB, 80GB HDD'
})
super super
end end