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

Remove comment

(cherry picked from commit d1e676c6df89a8be866b96d5338e5cc5b12933f2)
This commit is contained in:
Tino Vazquez 2018-07-23 12:56:35 +02:00
parent 4106e7a2e3
commit 715fcf1545

View File

@ -2976,10 +2976,7 @@ class VirtualMachine < Template
end
def poweron
## If need in the future, you can power on VMs from datacenter
## dc = get_dc
## dc.power_on_vm(@item)
@item.PowerOnVM_Task.wait_for_completion
@item.PowerOnVM_Task.wait_for_completion
end
def is_powered_on?