wni: add missing parameter
This commit is contained in:
parent
f6729b4968
commit
d88da1e66b
@ -108,6 +108,6 @@ class QubesWniVmStorage(QubesVmStorage):
|
|||||||
def reset_volatile_storage(self, verbose = False, source_template = None):
|
def reset_volatile_storage(self, verbose = False, source_template = None):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def prepare_for_vm_startup(self):
|
def prepare_for_vm_startup(self, verbose = False):
|
||||||
if self.vm.is_template():
|
if self.vm.is_template():
|
||||||
raise QubesException("Starting TemplateVM is not supported")
|
raise QubesException("Starting TemplateVM is not supported")
|
||||||
|
Loading…
Reference in New Issue
Block a user