I have a very small patch into config.py adding an 'emulator' node to the generated XML on instance spawn.
This allows me to not override the system QEMU (and mess with my package manager). For future people customizing QEMU you will have to configure AppArmor (Ubuntu 14.04 LTS Server here) to allow execution of the QEMU binary, and I also had to enable reading of 'bios.bin' from my customized QEMU install path. My reason for doing this is that I am testing out some experimental QMP commands and just need instances started with a special version of QEMU. On Thu, Jul 31, 2014 at 10:05 AM, Fish Turtle <[email protected]> wrote: > Hi, > the qemu path in openstack environment is "/usr/bin/qemu-kvm" or > "/usr/libexec/qemu-kvm" in usual. > backup the original and link the custom to "/usr/bin" or > "/usr/libexec", it will be detected by libvirt. > to change config.py may take more time, make a > -- Wolf
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
