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
This commit is contained in:
Martin André 2015-09-26 17:43:37 +09:00
parent a1b0518b9a
commit f49bfe2bc5

View File

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