Adding missing 'start' variable

This commit is contained in:
Scott Schneider 2014-02-04 15:13:38 -08:00
parent 087be6014d
commit b6e15080de

View file

@ -241,6 +241,8 @@ def destroy_vm vm, pool
host = $vsphere[pool].find_vm_heavy(vm)[vm] host = $vsphere[pool].find_vm_heavy(vm)[vm]
if (host) if (host)
start = Time.now
if ( if (
(host.runtime) and (host.runtime) and
(host.runtime.powerState) and (host.runtime.powerState) and