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

Various fixes to get the go_grid extension into basic usable shape.

This commit is contained in:
Lucas Carlson 2011-01-26 02:31:30 -08:00 committed by geemus
parent 55731cf58c
commit 534c3f82b0

View file

@ -47,7 +47,6 @@ module Fog
}
options = options.reject {|key, value| value.nil?}
data = connection.grid_server_add(name, image, ip, options)
puts data.body.inspect
merge_attributes(data.body)
true
end