Libvirt QEMU plugin
20ea20bb4e
added apparmor utils fixed libvirtd.conf and qemu.conf to disable use of polkit changed to groupadd instead of addgroup Change-Id: Ia274cb0e7d8536e6d805605f5185906d7a22eb33 |
||
---|---|---|
devstack | ||
doc/source | ||
releasenotes | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
test-requirements.txt | ||
tox.ini |
DevStack Libvirt QEMU Plugin
This project is a plugin for DevStack, which is a set of scripts and utilities to quickly deploy an OpenStack cloud.
This DevStack plugin provides the ability to download and compile libvirt and QEMU from source. It also gives the ability to set an specific Git commit to be used in the compilation
For more information, refer to the DevStack Documentation, and the libvirt and QEMU docs.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/devstack-plugin-libvirt-qemu
- Source: http://git.openstack.org/cgit/devstack-plugin-libvirt-qemu/devstack-plugin-libvirt-qemu
- Bugs: http://bugs.launchpad.net/devstack-plugin-libvirt-qemu
Known Issues: to disable apparmor before stacking run sudo ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/usr.sbin.libvirtd then reboot for it to take effect.
TODO: fix apparmor support automatically. TODO: update support for ubuntu 18.04