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:
parent
9928b9b7b4
commit
8c92a42242
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user