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:
parent
9553c3805e
commit
6613711166
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ module Fog
|
||||||
|
|
||||||
|
|
||||||
def initialize(attributes={})
|
def initialize(attributes={})
|
||||||
|
merge_attributes({
|
||||||
|
:serviceofferingid => 105 # '1CPU, 384MB, 80GB HDD'
|
||||||
|
})
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue