From 22e99c2ecb82f1bc53791586113171ce6cec121d Mon Sep 17 00:00:00 2001 From: James Pic Date: Mon, 5 Dec 2016 11:03:20 +0100 Subject: [PATCH] Fix #246: Remove config.vm.box=openstack --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 118ca17..6db113b 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ $ vagrant up --provider=openstack ... ``` -Of course prior to doing this, you'll need to obtain an OpenStack-compatible -box file for Vagrant. +Make sure you have a recent version of vagrant (>1.7.1). ## Quick Start @@ -59,7 +58,6 @@ require 'vagrant-openstack-provider' Vagrant.configure('2') do |config| - config.vm.box = 'openstack' config.ssh.username = 'stack' config.vm.provider :openstack do |os|