Skip to content

Commit

Permalink
Merge pull request #312 from jpic/patch-2
Browse files Browse the repository at this point in the history
Fix #246: Remove config.vm.box=openstack
  • Loading branch information
ggiamarchi authored Jan 30, 2017
2 parents 90cf7b5 + 22e99c2 commit 397cb01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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|
Expand Down

0 comments on commit 397cb01

Please sign in to comment.