1
0
Fork 0
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:
Decklin Foster 2012-02-28 16:15:13 -05:00
parent 4b4a50e0cf
commit ab49331330

View file

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