Guest User

Untitled

a guest
Apr 18th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. <domain type='kvm'>
  3. <uuid>6b17d93d-8f24-4abe-8b7b-58774feaf0b1</uuid>
  4. <name>instance-00000075</name>
  5. <memory>262144</memory>
  6. <os>
  7. <type>hvm</type>
  8. <boot dev="hd" />
  9. </os>
  10. <features>
  11. <acpi/>
  12. </features>
  13. <vcpu>1</vcpu>
  14. <devices>
  15. <disk type='file' device='disk'>
  16. <driver type='qcow2' cache='none'/>
  17. <source file='/var/lib/nova/instances/instance-00000075/disk'/>
  18. <target dev='vda' bus='virtio'/>
  19. </disk>
  20.  
  21. <interface type='bridge'>
  22. <source bridge='br100'/>
  23. <mac address='fa:16:3e:66:ee:f8'/>
  24. <model type='virtio'/>
  25. <filterref filter="nova-instance-instance-00000075-fa163e66eef8">
  26. <parameter name="IP" value="10.0.0.43" />
  27. <parameter name="DHCPSERVER" value="10.0.0.33" />
  28. </filterref>
  29. </interface>
  30.  
  31.  
  32. <!-- The QEMU 'pty' driver throws away any data if no
  33. client app is connected. Thus we can't get away
  34. with a single type=pty console. Instead we have
  35. to configure two separate consoles. -->
  36. <serial type='file'>
  37. <source path='/var/lib/nova/instances/instance-00000075/console.log'/>
  38. </serial>
  39. <serial type='pty'/>
  40.  
  41. <input type='tablet' bus='usb'/>
  42.  
  43. <graphics type='vnc' port='-1' autoport='yes' keymap='en-us' listen='131.231.99.40'/>
  44. </devices>
  45. </domain>
Advertisement
Add Comment
Please, Sign In to add comment