Comment 13 for bug 1031063

Revision history for this message
shedoh (shedoh) wrote :

Hi,

Any update / solution on this issue?

I got the same problem as I install OpenStack Grizzly on VM with OS Ubuntu 12.04 (The Host OS is Ubuntu 12.04 as well).
set libvirt_type=qemu in nova.conf does not work too.

When execute virsh capabilities I got...

   .... some information omited...
  <guest>
    <os_type>hvm</os_type>
    <arch name='x86_64'>
      <wordsize>64</wordsize>
      <emulator>/usr/bin/qemu-system-x86_64</emulator>
      <machine>pc-1.0</machine>
      <machine canonical='pc-1.0'>pc</machine>
      <machine>pc-0.14</machine>
      <machine>pc-0.13</machine>
      <machine>pc-0.12</machine>
      <machine>pc-0.11</machine>
      <machine>pc-0.10</machine>
      <machine>isapc</machine>
      <domain type='qemu'>
      </domain>
    </arch>
    <features>
      <cpuselection/>
      <deviceboot/>
      <acpi default='on' toggle='yes'/>
      <apic default='on' toggle='no'/>
    </features>
  </guest>

The domain type is already qemu. I can create VM with virt-manager without any problem.

@To Valeriy,
   I cannot find libvirt.xml.template in my machine. The libvirt version I installed is 1.0.2 on Ubuntu 12.04. Any suggestion?