aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-08-01 13:31:37 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-08-01 13:31:37 +0000
commita7600746fbec6c9e2d8f1c89ac1b6262243655b0 (patch)
treefc51ecb92293d3a23c6040ee6a2f000cb3562256 /tests/domainschemadata/domain-lxc-simple.xml
parentAlways set forward-delay on bridge, even if 0 (diff)
downloadlibvirt-a7600746fbec6c9e2d8f1c89ac1b6262243655b0.tar.gz
libvirt-a7600746fbec6c9e2d8f1c89ac1b6262243655b0.tar.bz2
libvirt-a7600746fbec6c9e2d8f1c89ac1b6262243655b0.zip
Support for container related domain XML extensions
Diffstat (limited to 'tests/domainschemadata/domain-lxc-simple.xml')
-rw-r--r--tests/domainschemadata/domain-lxc-simple.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/domainschemadata/domain-lxc-simple.xml b/tests/domainschemadata/domain-lxc-simple.xml
new file mode 100644
index 000000000..653bbc7fb
--- /dev/null
+++ b/tests/domainschemadata/domain-lxc-simple.xml
@@ -0,0 +1,20 @@
+<domain type='lxc'>
+ <name>demo</name>
+ <uuid>8369f1ac-7e46-e869-4ca5-759d51478066</uuid>
+ <os>
+ <type>exe</type>
+ <init>/sh</init>
+ </os>
+ <memory>500000</memory>
+ <devices>
+ <filesystem type='mount'>
+ <source dir='/root/container'/>
+ <target dir='/'/>
+ </filesystem>
+ <filesystem type='mount'>
+ <source dir='/home'/>
+ <target dir='/home'/>
+ </filesystem>
+ <console type='pty'/>
+ </devices>
+</domain>