remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / vmx2xmldata / datacenterpath.xml
blob19920f81f719ac303a7796dd64ebc3f80c4a5ace
1 <domain type='vmware' xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'>
2   <name>test</name>
3   <uuid>00000000-0000-0000-0000-000000000000</uuid>
4   <memory unit='KiB'>32768</memory>
5   <currentMemory unit='KiB'>32768</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <os>
8     <type arch='i686'>hvm</type>
9   </os>
10   <clock offset='utc'/>
11   <on_poweroff>destroy</on_poweroff>
12   <on_reboot>restart</on_reboot>
13   <on_crash>destroy</on_crash>
14   <devices>
15     <video>
16       <model type='vmvga' vram='4096' primary='yes'/>
17     </video>
18   </devices>
19   <vmware:datacenterpath>folder1/folder2/datacenter1</vmware:datacenterpath>
20 </domain>