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

Feature #2398: Fix scope bug

This commit is contained in:
Tino Vazquez 2013-10-30 18:34:03 +01:00
parent 9928b9b7b4
commit 8c92a42242

View File

@ -363,7 +363,7 @@ class VMwareDriver
rc = false
30.times do
rc, info = do_action("virsh -c #{@undefine_uri} undefine #{id}")
rc, info = do_action("virsh -c #{undefine_uri} undefine #{id}")
break if rc
sleep 1
end