Skip to content
Snippets Groups Projects
Commit ce408a26 authored by Martin André's avatar Martin André
Browse files

Document required libvirt python bindings

We added a requirement on libvirt python bindings with the script to
retrieve the latest DHCP lease for vagrant developers' environment.

Add it to the vagrant documentation.

Change-Id: I3e7e97922f5b855155fda96b914a4947af007c47
parent 3105580d
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,11 @@ choice. Various downloads can be found at the `Vagrant downloads ...@@ -38,11 +38,11 @@ choice. Various downloads can be found at the `Vagrant downloads
On Fedora 22 it is as easy as:: On Fedora 22 it is as easy as::
sudo dnf install vagrant ruby-devel libvirt-devel sudo dnf install vagrant ruby-devel libvirt-devel libvirt-python
On Ubuntu 14.04 it is as easy as:: On Ubuntu 14.04 it is as easy as::
sudo apt-get install ruby-libvirt libvirt-dev nfs-kernel-server sudo apt-get install ruby-libvirt python-libvirt libvirt-dev nfs-kernel-server
**Note:** Many distros ship outdated versions of Vagrant by default. When in **Note:** Many distros ship outdated versions of Vagrant by default. When in
doubt, always install the latest from the downloads page above. doubt, always install the latest from the downloads page above.
......
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