Fix Vagrant version requirement in docs.

Was: 1.7.x
Is: 1.7.4 or higher

Change-Id: I9ec564f400c93c441421991e5b1410eee1bbf740
Closes-bug: 1544047
This commit is contained in:
Maciej Kwiek 2016-02-10 14:02:36 +01:00
parent 7d8b62e044
commit 6100be9f1d
2 changed files with 2 additions and 2 deletions

2
Vagrantfile vendored
View File

@ -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'

View File

@ -21,7 +21,7 @@ Additional software
~~~~~~~~~~~~~~~~~~~
`VirtualBox <https://www.virtualbox.org/wiki/Downloads/>`_ 5.x,
`Vagrant <http://www.vagrantup.com/downloads.html/>`_ 1.7.x
`Vagrant <http://www.vagrantup.com/downloads.html/>`_ 1.7.4 or higher
Note: Make sure that `Vagrant VirtualBox Guest plugin
<https://github.com/dotless-de/vagrant-vbguest/>`_ is installed