Skip to content
Snippets Groups Projects
Commit d0a8579c authored by Paul Bourke's avatar Paul Bourke
Browse files

Update Vagrant docs to ensure libvirt is installed

Change-Id: I4c34a30eba0bd56ea3aeb20f18430e266deea773
parent a861450f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment