qubes/storage: Fix template instantiation

rootcow image was somehow dropped
Este commit está contenido en:
Wojtek Porczyk 2015-12-24 00:12:22 +01:00
padre ec50a411fe
commit 87f74a5ba8

Ver fichero

@ -79,6 +79,12 @@ class VMStorage(object):
else self.abspath(qubes.config.vm_files['root_img'])
@property
def rootcow_img(self):
'''Path to the root COW image'''
return self.abspath(qubes.config.vm_files['rootcow_img'])
@property
def volatile_img(self):
'''Path to the volatile image'''