From f49bfe2bc553718990443d08904891f7019b707e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Andr=C3=A9?= <m.andre@redhat.com>
Date: Sat, 26 Sep 2015 17:43:37 +0900
Subject: [PATCH] Simplify instructions to install vagrant-libvirt

A new version was released and it is not necessary anymore to install
from git.

Change-Id: Id05c4b0c969d32c14e63f1b3e88bc73c8b7ff890
Partially-Implements: blueprint vagrant-improvements
---
 doc/devenv-vagrant.rst | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/doc/devenv-vagrant.rst b/doc/devenv-vagrant.rst
index 5ebd73717..29b24d5d5 100644
--- a/doc/devenv-vagrant.rst
+++ b/doc/devenv-vagrant.rst
@@ -46,14 +46,9 @@ Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
     vagrant plugin install vagrant-hostmanager
 
 Vagrant supports a wide range of virtualization technologies. This
-documentation describes libvirt. The Kolla Vagrantfile uses features not yet
-available in a packaged version. To install vagrant-libvirt plugin from git::
-
-    git clone https://github.com/pradels/vagrant-libvirt.git
-    cd vagrant-libvirt
-    sudo dnf install rubygem-rake rubygem-bundler
-    rake build
-    vagrant plugin install pkg/vagrant-libvirt-0.0.30.gem
+documentation describes libvirt. To install vagrant-libvirt plugin::
+
+    vagrant plugin install vagrant-libvirt
 
 Setup NFS to permit file sharing between host and VMs. Contrary to rsync
 method, NFS allows both way synchronization and offers much better performances
-- 
GitLab