summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-16 12:22:29 +0000
committerSalvatore Orlando <salvatore.orlando@eu.citrix.com>2010-12-16 12:22:29 +0000
commit988d6c01b0f6870a21c7294534cdcc01fbf15dc0 (patch)
tree5c93953596b0c4f8b6c8a79276d7c214c6c4732e
parent4a451f96ba4a2ef9d061a491b97b61780c28a252 (diff)
downloadnova-988d6c01b0f6870a21c7294534cdcc01fbf15dc0.tar.gz
nova-988d6c01b0f6870a21c7294534cdcc01fbf15dc0.tar.xz
nova-988d6c01b0f6870a21c7294534cdcc01fbf15dc0.zip
removed extra stuff used for debugging
-rw-r--r--nova/virt/libvirt.qemu.xml.template14
1 files changed, 1 insertions, 13 deletions
diff --git a/nova/virt/libvirt.qemu.xml.template b/nova/virt/libvirt.qemu.xml.template
index b2281297e..55768c45c 100644
--- a/nova/virt/libvirt.qemu.xml.template
+++ b/nova/virt/libvirt.qemu.xml.template
@@ -1,7 +1,7 @@
<domain type='%(type)s'>
<name>%(name)s</name>
<os>
- <type arch='i686'>hvm</type>
+ <type>hvm</type>
<kernel>%(kernel)s</kernel>
<initrd>%(ramdisk)s</initrd>
<cmdline>root=/dev/vda1 console=ttyS0</cmdline>
@@ -29,17 +29,5 @@
<source path='%(basepath)s/console.log'/>
<target port='1'/>
</serial>
- <serial type='pty'>
- <target port='0'/>
- </serial>
- <console type='pty'>
- <target type='serial' port='0'/>
- </console>
- <input type='mouse' bus='ps2'/>
- <graphics type='vnc' port='-1' autoport='yes'/>
- <video>
- <model type='cirrus' vram='9216' heads='1'/>
- <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
- </video>
</devices>
</domain>