core: fix tempate HVM creation

This commit is contained in:
Marek Marczykowski-Górecki 2014-04-23 04:17:40 +02:00
parent 3d21998dca
commit 047cbb3443

View File

@ -71,6 +71,8 @@ class QubesTemplateHVm(QubesHVm):
@classmethod
def is_template_compatible(cls, template):
if template is None:
return True
return False
def resize_root_img(self, size):