diff --git a/VMInstance.py b/VMInstance.py index 1688a34f..605a1abc 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -249,6 +249,7 @@ class VMInstance: return 0 print('got there') + print(running) # VM should be stopped if running == libvirt.VIR_DOMAIN_RUNNING and self.state == "stop" and self.hypervisor == self.thishypervisor.name: self.stop_vm()