Clean up some handling of restarting dead VMs
This commit is contained in:
@ -54,6 +54,9 @@ class VMInstance:
|
||||
def gethypervisor(self):
|
||||
return self.hypervisor
|
||||
|
||||
def getdom(self):
|
||||
return self.dom
|
||||
|
||||
# Start up the VM
|
||||
def start_vm(self, xmlconfig):
|
||||
ansiiprint.echo('Starting VM', '{}:'.format(self.domuuid), 'i')
|
||||
|
Reference in New Issue
Block a user