core-admin/core/settings-xen-Linux.py

11 lines
259 B
Python
Raw Normal View History

#!/usr/bin/python2
from __future__ import absolute_import
2015-11-07 18:58:49 +01:00
from qubes.storage.xen import QubesXenVmStorage, XenPool
def apply(system_path, vm_files, defaults):
defaults['storage_class'] = QubesXenVmStorage
2015-11-07 18:58:49 +01:00
defaults['pool_types'] = {'xen': XenPool}