vm: Remove reference to old libvirt config template
This file isn't installed anymore
This commit is contained in:
parent
5eaf03c4a2
commit
8da7416f30
@ -403,10 +403,6 @@ class BaseVM(qubes.PropertyHolder):
|
|||||||
# conf_appvm.close()
|
# conf_appvm.close()
|
||||||
# return domain_config
|
# return domain_config
|
||||||
|
|
||||||
f_conf_template = open(self.config_file_template, 'r')
|
|
||||||
conf_template = f_conf_template.read()
|
|
||||||
f_conf_template.close()
|
|
||||||
|
|
||||||
domain_config = self.app.env.get_template('libvirt/xen.xml').render(
|
domain_config = self.app.env.get_template('libvirt/xen.xml').render(
|
||||||
vm=self, prepare_dvm=prepare_dvm)
|
vm=self, prepare_dvm=prepare_dvm)
|
||||||
|
|
||||||
|
@ -288,10 +288,6 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
|
|||||||
# static, class-wide properties
|
# static, class-wide properties
|
||||||
#
|
#
|
||||||
|
|
||||||
# config file should go away to storage/backend class
|
|
||||||
#: template for libvirt config file (XML)
|
|
||||||
config_file_template = qubes.config.system_path["config_template_pv"]
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# properties not loaded from XML, calculated at run-time
|
# properties not loaded from XML, calculated at run-time
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user