DispVM has no “default_volume_config” property
Use “volume_config” (an instance property) instead
This commit is contained in:
parent
d46657a244
commit
9b3a598eff
@ -165,7 +165,7 @@ class DispVM(qubes.vm.qubesvm.QubesVM):
|
|||||||
''' Adjust root (and possibly other snap_on_start=True) volume
|
''' Adjust root (and possibly other snap_on_start=True) volume
|
||||||
on template change.
|
on template change.
|
||||||
''' # pylint: disable=unused-argument
|
''' # pylint: disable=unused-argument
|
||||||
qubes.vm.appvm.template_changed_update_storage(self, DispVM.default_volume_config)
|
qubes.vm.appvm.template_changed_update_storage(self, self.volume_config)
|
||||||
|
|
||||||
@qubes.events.handler('domain-shutdown')
|
@qubes.events.handler('domain-shutdown')
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
Loading…
Reference in New Issue
Block a user