diff options
author | 2017-08-23 17:26:53 +0000 | |
---|---|---|
committer | 2017-08-23 17:26:53 +0000 | |
commit | c6f04a5dee991a131a49c2fde9c5990fe2edac4e (patch) | |
tree | 6385096492e6526bf091bae4f3b956a1e865fbba /lib/installer | |
parent | 52b4c2556b909a1e61b50f0ff75778bed962ba85 (diff) | |
parent | f4d388ea508ba00771e43a219ac64e0d430b73bd (diff) |
Merge "Migrates Apex to Python"
Diffstat (limited to 'lib/installer')
-rw-r--r-- | lib/installer/domain.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lib/installer/domain.xml b/lib/installer/domain.xml deleted file mode 100644 index 57a67d87..00000000 --- a/lib/installer/domain.xml +++ /dev/null @@ -1,34 +0,0 @@ -<domain type='%(engine)s'> - <name>%(name)s</name> - <memory unit='KiB'>%(memory)s</memory> - <vcpu>%(cpus)s</vcpu> - <cpu mode='host-passthrough'/> - <os> - <type arch='%(arch)s'>hvm</type> - <boot dev='%(bootdev)s'/> - <bootmenu enable='no'/> - %(direct_boot)s - %(kernel_args)s - </os> - <features> - <acpi/> - <apic/> - <pae/> - </features> - <clock offset='utc'/> - <on_poweroff>destroy</on_poweroff> - <on_reboot>restart</on_reboot> - <on_crash>restart</on_crash> - <devices> - <controller type='scsi' model='virtio-scsi' index='0'/> - <disk type='file' device='disk'> - <driver name='qemu' type='qcow2' cache='unsafe'/> - <source file='%(imagefile)s'/> - <target dev='sda' bus='%(diskbus)s'/> - </disk> - %(network)s - %(bm_network)s - %(enable_serial_console)s - %(user_interface)s - </devices> -</domain> |