mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Change default location and image ID
This commit is contained in:
parent
4b4a50e0cf
commit
ab49331330
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ module Fog
|
|||
def initialize(new_attributes={})
|
||||
super(new_attributes)
|
||||
self.name ||= 'fog-instance'
|
||||
self.image_id ||= '20025202'
|
||||
self.location_id ||= '82'
|
||||
self.image_id ||= '20015393'
|
||||
self.location_id ||= '101'
|
||||
self.instance_type ||= 'COP32.1/2048/60'
|
||||
self.key_name ||= 'fog'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue