From 0617de15a40a6241aab614a8218c1715b2008a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Thu, 24 Sep 2015 15:55:35 +0900 Subject: [PATCH] Fix git instruction in vagrant doc Change-Id: I795d543f7ab600427618062d6eaa3231408d6660 Partially-Implements: blueprint vagrant-improvements --- doc/devenv-vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devenv-vagrant.rst b/doc/devenv-vagrant.rst index 0667a5216e..5ebd737172 100644 --- a/doc/devenv-vagrant.rst +++ b/doc/devenv-vagrant.rst @@ -49,7 +49,7 @@ 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 checkout https://github.com/pradels/vagrant-libvirt.git + git clone https://github.com/pradels/vagrant-libvirt.git cd vagrant-libvirt sudo dnf install rubygem-rake rubygem-bundler rake build