Comment 23 for bug 1439280

Revision history for this message
Martin Mailand (todin) wrote :

The hostsystem is virtualbox, and the guest system is qemu without kvm, because virtualbox doesn't support hardware acceleration.
The Problem is, that nova-compute generates an invalid xml for this combination.
The offending part is "<vcpu placement='static'>4</vcpu>".

This part is not accepted from libvirt and an error is logged.

As a result of this I am unable to test Openstack in a Vagrant Virtualbox environment.