Comment 42 for bug 1227575

Revision history for this message
Meghal Gosalia (meghalgosalia) wrote :

Here is the libvirt.xml of the instance:

<domain type="kvm">
  <uuid>5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380</uuid>
  <name>instance-00000095</name>
  <memory>524288</memory>
  <vcpu>1</vcpu>
  <sysinfo type="smbios">
    <system>
      <entry name="manufacturer">OpenStack Foundation</entry>
      <entry name="product">OpenStack Nova</entry>
      <entry name="version">2013.2.2</entry>
      <entry name="serial">cbcaa281-fe93-11d5-b186-80c16e7d4ce0</entry>
      <entry name="uuid">5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380</entry>
    </system>
  </sysinfo>
  <os>
    <type>hvm</type>
    <kernel>/var/nova/instances/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380/kernel</kernel>
    <initrd>/var/nova/instances/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380/ramdisk</initrd>
    <cmdline>root=/dev/vda console=tty0 console=ttyS0</cmdline>
    <smbios mode="sysinfo"/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset="utc">
    <timer name="pit" tickpolicy="delay"/>
    <timer name="rtc" tickpolicy="catchup"/>
  </clock>
  <devices>
    <disk type="file" device="disk">
      <driver name="qemu" type="qcow2" cache="none"/>
      <source file="/var/nova/instances/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380/disk"/>
      <target bus="virtio" dev="vda"/>
    </disk>
    <disk type="file" device="cdrom">
      <driver name="qemu" type="raw" cache="none"/>
      <source file="/var/nova/instances/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380/disk.config"/>
      <target bus="ide" dev="hdd"/>
    </disk>
    <interface type="bridge">
      <mac address="fa:16:3e:ed:b6:7a"/>
      <model type="virtio"/>
      <source bridge="ovsbridge0"/>
      <virtualport type="openvswitch">
        <parameters interfaceid="9fbfb0c8-edba-484e-9dcd-d34dfea2e239"/>
      </virtualport>
    </interface>
    <serial type="file">
      <source path="/var/nova/instances/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380/console.log"/>
    </serial>
    <console type="unix">
      <source mode="bind" path="/etc/nova/consoles/5e5fa2d6-bc4e-4b6e-9d4c-73aaddf51380.console"/>
      <target type="serial" port="1"/>
    </console>
    <channel type="pty">
      <target type="virtio" name="com.redhat.spice.0"/>
    </channel>
    <graphics type="vnc" autoport="yes" keymap="en-us" listen="127.0.0.1"/>
    <graphics type="spice" autoport="yes" keymap="en-us" listen="0.0.0.0"/>
  </devices>
</domain>