1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #863: fix action name for POLL action

This commit is contained in:
Ruben S. Montero 2011-12-12 21:54:16 +01:00
parent b5ab3059b2
commit 9e2779831e

View File

@ -448,7 +448,7 @@ class ExecDriver < VirtualMachineDriver
host = data.elements['HOST'].text
deploy_id = data.elements['DEPLOY_ID'].text
do_action("#{deploy_id} #{host}", id, host, :poll)
do_action("#{deploy_id} #{host}", id, host, ACTION[:poll])
end
end