Guest User

Untitled

a guest
Apr 18th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <domain type='kvm'>
  2. <name>instance-00000075</name>
  3. <uuid>6b17d93d-8f24-4abe-8b7b-58774feaf0b1</uuid>
  4. <memory>262144</memory>
  5. <currentMemory>262144</currentMemory>
  6. <vcpu>1</vcpu>
  7. <os>
  8. <type arch='x86_64' machine='pc-1.0'>hvm</type>
  9. <boot dev='hd'/>
  10. </os>
  11. <features>
  12. <acpi/>
  13. </features>
  14. <clock offset='utc'/>
  15. <on_poweroff>destroy</on_poweroff>
  16. <on_reboot>restart</on_reboot>
  17. <on_crash>destroy</on_crash>
  18. <devices>
  19. <emulator>/usr/bin/kvm</emulator>
  20. <disk type='file' device='disk'>
  21. <driver name='qemu' type='qcow2' cache='none'/>
  22. <source file='/var/lib/nova/instances/instance-00000075/disk'/>
  23. <target dev='vda' bus='virtio'/>
  24. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  25. </disk>
  26. <interface type='bridge'>
  27. <mac address='fa:16:3e:66:ee:f8'/>
  28. <source bridge='br100'/>
  29. <model type='virtio'/>
  30. <filterref filter='nova-instance-instance-00000075-fa163e66eef8'>
  31. <parameter name='DHCPSERVER' value='10.0.0.33'/>
  32. <parameter name='IP' value='10.0.0.43'/>
  33. </filterref>
  34. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  35. </interface>
  36. <serial type='file'>
  37. <source path='/var/lib/nova/instances/instance-00000075/console.log'/>
  38. <target port='0'/>
  39. </serial>
  40. <serial type='pty'>
  41. <target port='1'/>
  42. </serial>
  43. <console type='file'>
  44. <source path='/var/lib/nova/instances/instance-00000075/console.log'/>
  45. <target type='serial' port='0'/>
  46. </console>
  47. <input type='tablet' bus='usb'/>
  48. <input type='mouse' bus='ps2'/>
  49. <graphics type='vnc' port='-1' autoport='yes' listen='131.231.99.40' keymap='en-us'>
  50. <listen type='address' address='131.231.99.40'/>
  51. </graphics>
  52. <video>
  53. <model type='cirrus' vram='9216' heads='1'/>
  54. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  55. </video>
  56. <memballoon model='virtio'>
  57. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  58. </memballoon>
  59. </devices>
  60. </domain>
Advertisement
Add Comment
Please, Sign In to add comment