mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
f6d485fca4
commit
258e65a7d1
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ module Fog
|
|||
end
|
||||
|
||||
spot_request.save
|
||||
spot_request.wait_for(Fog.timeout, interval=4) { ready? }
|
||||
Fog.wait_for { server = connection.servers.get(spot_request.reload.instance_id) }
|
||||
Fog.wait_for { spot_request.reload.ready? rescue nil }
|
||||
server = connection.servers.get(spot_request.instance_id)
|
||||
if spot_request.tags
|
||||
for key, value in spot_request.tags
|
||||
|
|
Loading…
Add table
Reference in a new issue