From d0a8579c0ec133d9b054a03666cb0ce5e7322a3b Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Tue, 26 Apr 2016 14:55:43 +0100 Subject: [PATCH] Update Vagrant docs to ensure libvirt is installed Change-Id: I4c34a30eba0bd56ea3aeb20f18430e266deea773 --- doc/vagrant-dev-env.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst index a8ba561b07..4bd6bf97c0 100644 --- a/doc/vagrant-dev-env.rst +++ b/doc/vagrant-dev-env.rst @@ -71,6 +71,13 @@ than VirtualBox shared folders. On Fedora 22:: firewall-cmd --permanent --add-port=111/tcp sudo systemctl restart firewalld +Ensure your system has libvirt and associated software installed and setup +correctly. On Fedora 22:: + + sudo dnf install @virtualization + sudo systemctl start libvirtd + sudo systemctl enable libvirtd + Find a location in the system's home directory and checkout the Kolla repo:: git clone https://github.com/openstack/kolla.git