From b0e997abd9e455d7bf322170e67902c69d80171f Mon Sep 17 00:00:00 2001
From: Paul Bourke <paul.bourke@oracle.com>
Date: Tue, 13 Oct 2015 12:10:03 +0000
Subject: [PATCH] Add small reminder to use latest vagrant

Vagrant is fast moving tech and we've seen some bugs around users using
old distro packaged versions
(https://bugs.launchpad.net/kolla/+bug/1505045).

Change-Id: I37ae4452fd95e8b58aec228d89bd98214ac012df
backport: liberty
---
 doc/devenv-vagrant.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/devenv-vagrant.rst b/doc/devenv-vagrant.rst
index c34e5c7f5a..ce9dec3a21 100644
--- a/doc/devenv-vagrant.rst
+++ b/doc/devenv-vagrant.rst
@@ -40,6 +40,9 @@ On Fedora 22 it is as easy as::
 
     sudo dnf install vagrant ruby-devel libvirt-devel
 
+**Note:** Many distros ship outdated versions of Vagrant by default. When in
+doubt, always install the latest from the downloads page above.
+
 Next install the hostmanager plugin so all hosts are recorded in /etc/hosts
 (inside each vm)::
 
-- 
GitLab