remove xml template
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Apr 2012 09:20:24 +0000 (11:20 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Apr 2012 09:20:24 +0000 (11:20 +0200)
currently the code uses the one that comes with sliceimage (which is
not identical), and this file is not packaged anyway
it would definitely make sense to move if back in this module at some
further point

config_template.xml [deleted file]

diff --git a/config_template.xml b/config_template.xml
deleted file mode 100644 (file)
index a4d6152..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<domain type='lxc'>
-  <name>$name</name>
-  <memory>32768</memory>
-  <os>
-    <type>exe</type>
-    <init>/sbin/init</init>
-  </os>
-  <vcpu>1</vcpu>
-  <clock offset='utc'/>
-  <on_poweroff>destroy</on_poweroff>
-  <on_reboot>restart</on_reboot>
-  <on_crash>destroy</on_crash>
-  <devices>
-    <emulator>/usr/libexec/libvirt_lxc</emulator>
-    <filesystem type='mount'>
-      <source dir='/vservers/$name/'/>
-      <target dir='/'/>
-    </filesystem>
-    <interface type='network'>
-      <source network='default'/>
-      <target dev='veth%xid'/>
-    </interface>
-    <console type='pty' />
-  </devices>
-</domain>