devstack-plugin-libvirt-qemu/README.rst
Sean Mooney 20ea20bb4e initial updated for ubuntu 18.04
added apparmor utils
fixed libvirtd.conf and qemu.conf to disable use of polkit
changed to groupadd instead of addgroup

Change-Id: Ia274cb0e7d8536e6d805605f5185906d7a22eb33
2019-11-09 14:22:56 +00:00

32 lines
1.1 KiB
ReStructuredText

============================
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
__ https://docs.openstack.org/devstack/latest/plugins.html
__ https://libvirt.org/
__ http://www.qemu.org/