wni-vm-template-hvm.xml 151 B

123456789
  1. <domain type='test'>
  2. <name>{name}</name>
  3. <uuid>{uuid}</uuid>
  4. <memory unit='MiB'>{maxmem}</memory>
  5. <os>
  6. <type>hvm</type>
  7. </os>
  8. </domain>