core: QubesTemplateHVm.is_appvm = False
This commit is contained in:
parent
09393734a3
commit
dc55720738
@ -64,6 +64,9 @@ class QubesTemplateHVm(QubesHVm):
|
|||||||
def is_template(self):
|
def is_template(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def is_appvm(self):
|
||||||
|
return False
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def is_template_compatible(cls, template):
|
def is_template_compatible(cls, template):
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user