Libvirt QEMU plugin
Go to file
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
devstack initial updated for ubuntu 18.04 2019-11-09 14:22:56 +00:00
doc/source Remove Python crud 2017-09-01 15:55:57 +01:00
releasenotes Add support for CentOS 7 2017-06-01 15:47:06 +01:00
.gitignore Initial release 2017-06-01 12:39:45 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:24 +00:00
.mailmap Initial release 2017-06-01 12:39:45 +00:00
.testr.conf Initial release 2017-06-01 12:39:45 +00:00
CONTRIBUTING.rst Initial release 2017-06-01 12:39:45 +00:00
HACKING.rst Initial release 2017-06-01 12:39:45 +00:00
LICENSE Initial release 2017-06-01 12:39:45 +00:00
README.rst initial updated for ubuntu 18.04 2019-11-09 14:22:56 +00:00
test-requirements.txt Remove Python crud 2017-09-01 15:55:57 +01:00
tox.ini Remove Python crud 2017-09-01 15:55:57 +01:00

README.rst

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.

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