From 8da7416f30969450d3c50f9100f1ffe7b43fbea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 7 Mar 2016 03:24:37 +0100 Subject: [PATCH] vm: Remove reference to old libvirt config template This file isn't installed anymore --- qubes/vm/__init__.py | 4 ---- qubes/vm/qubesvm.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/qubes/vm/__init__.py b/qubes/vm/__init__.py index 16bbe7d5..c72474cc 100644 --- a/qubes/vm/__init__.py +++ b/qubes/vm/__init__.py @@ -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) diff --git a/qubes/vm/qubesvm.py b/qubes/vm/qubesvm.py index 9362bc0a..d5a6d70d 100644 --- a/qubes/vm/qubesvm.py +++ b/qubes/vm/qubesvm.py @@ -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 #