vm: Remove reference to old libvirt config template

This file isn't installed anymore
This commit is contained in:
Marek Marczykowski-Górecki 2016-03-07 03:24:37 +01:00 committed by Wojtek Porczyk
parent 5eaf03c4a2
commit 8da7416f30
2 changed files with 0 additions and 8 deletions

View File

@ -403,10 +403,6 @@ class BaseVM(qubes.PropertyHolder):
# conf_appvm.close()
# 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(
vm=self, prepare_dvm=prepare_dvm)

View File

@ -288,10 +288,6 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM):
# 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
#