From 6100be9f1d3cae81c3e37f74e550d64f9ba5c396 Mon Sep 17 00:00:00 2001 From: Maciej Kwiek Date: Wed, 10 Feb 2016 14:02:36 +0100 Subject: [PATCH] Fix Vagrant version requirement in docs. Was: 1.7.x Is: 1.7.4 or higher Change-Id: I9ec564f400c93c441421991e5b1410eee1bbf740 Closes-bug: 1544047 --- Vagrantfile | 2 +- doc/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index fa5716c3..311e2703 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -Vagrant.require_version ">= 1.7.0" +Vagrant.require_version ">= 1.7.4" require 'yaml' diff --git a/doc/source/installation.rst b/doc/source/installation.rst index e764c90a..afaf312f 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -21,7 +21,7 @@ Additional software ~~~~~~~~~~~~~~~~~~~ `VirtualBox `_ 5.x, -`Vagrant `_ 1.7.x +`Vagrant `_ 1.7.4 or higher Note: Make sure that `Vagrant VirtualBox Guest plugin `_ is installed