← Back to team overview

openstack team mailing list archive

Re: Folsom on Oracle VirtualBox using qemu

 

I truly apologize for the cut-paste error..  I am using the following.  
 
# COMPUTE
libvirt_type=qemu
compute_driver=libvirt.LibvirtDriver
instance_name_template=instance-%08x
api_paste_config=/etc/nova/api-paste.ini
allow_resize_to_same_host=True
 

________________________________
 From: Dean Troyer <dtroyer@xxxxxxxxx>
To: Chandra Kamalakantha <chandra_kamalakantha@xxxxxxxxx> 
Cc: openstack@xxxxxxxxxxxxxxxxxxx 
Sent: Tuesday, October 2, 2012 12:53 PM
Subject: Re: [Openstack] Folsom on Oracle VirtualBox using qemu
  
On Tue, Oct 2, 2012 at 12:08 PM, Chandra Kamalakantha
<chandra_kamalakantha@xxxxxxxxx> wrote:
> Has anyone running into this error listed below while starting nova-compute
> (Folsom release) on Oracle VirtualBox using qemu as virtualization type?
> CRITICAL nova [-] Class LibvirtDriver could not be found: 'module' object
> has no attribute LibvirtDriver
>
> # Virt driver
> connection_type=libvirt

Try removing connection_type and adding the following:
compute_driver=libvirt.LibvirtDriver

This changed between Essex and Folsom...

dt

-- 

Dean Troyer
dtroyer@xxxxxxxxx

References