core: make vm.rootcow_img a property

This commit is contained in:
Marek Marczykowski-Górecki 2015-02-11 13:59:57 +01:00
parent cf41d94754
commit 246de96dcd

View File

@ -67,6 +67,7 @@ class QubesTemplateVm(QubesVm):
def get_firewall_defaults(self):
return { "rules": list(), "allow": False, "allowDns": False, "allowIcmp": False, "allowYumProxy": True }
@property
def rootcow_img(self):
return self.storage.rootcow_img