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:
parent
55731cf58c
commit
534c3f82b0
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ module Fog
|
||||||
}
|
}
|
||||||
options = options.reject {|key, value| value.nil?}
|
options = options.reject {|key, value| value.nil?}
|
||||||
data = connection.grid_server_add(name, image, ip, options)
|
data = connection.grid_server_add(name, image, ip, options)
|
||||||
puts data.body.inspect
|
|
||||||
merge_attributes(data.body)
|
merge_attributes(data.body)
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue