1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-07 01:57:59 +03:00

F #4913: Fix GuestReboot does not accept wait_for_completion method

This commit is contained in:
mcabrerizo 2017-04-03 13:33:07 +02:00
parent d409531237
commit d03f991da8

View File

@ -1827,7 +1827,7 @@ class VirtualMachine
end
def reboot
@item.RebootGuest.wait_for_completion
@item.RebootGuest
end
def poweron