core: make vm.rootcow_img a property
This commit is contained in:
parent
cf41d94754
commit
246de96dcd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user