From 2312132284975f7560bd08f936178ecdb1d4c877 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 12 Apr 2012 00:05:01 +0200 Subject: [PATCH] more consistent naming for xml template --- sliver_lxc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sliver_lxc.py b/sliver_lxc.py index 8e936fb..5700e1c 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -48,7 +48,7 @@ class Sliver_LXC(lv.Sliver_Libvirt): return # Template for libvirt sliver configuration - template_filename = Sliver_LXC.REF_IMG_BASE_DIR + '/config_template.xml' + template_filename = Sliver_LXC.REF_IMG_BASE_DIR + '/lxc_template.xml' try: with open(template_filename) as f: template = Template(f.read()) -- 2.43.0