Skip to content

Commit

Permalink
Merge pull request #333 from ggiamarchi/doc-updates
Browse files Browse the repository at this point in the history
Doc updates
  • Loading branch information
ggiamarchi authored May 22, 2017
2 parents b49c0c4 + 511f68a commit 4e6118b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ shown below.
```console
$ vagrant plugin install vagrant-openstack-provider
...
$ vagrant up --provider=openstack
$ vagrant up
...
```

Expand Down Expand Up @@ -72,13 +72,13 @@ Vagrant.configure('2') do |config|
end
```

And then run `vagrant up --provider=openstack`.
And then run `vagrant up`.

Note that normally a lot of this boilerplate is encoded within the box
file, but the box file used for the quick start, the "dummy" box, has
no preconfigured defaults.
__NB.__
> See more examples in the [samples](https://github.com/ggiamarchi/vagrant-openstack-provider/tree/master/samples) directory.
## Configuration

## Configuration reference

This provider exposes quite a few provider-specific configuration options:

Expand Down Expand Up @@ -410,7 +410,7 @@ creating a `Vagrantfile` in the top level of this directory (it is gitignored)
that uses it, and uses bundler to execute Vagrant:

```console
$ bundle exec vagrant up --provider=openstack
$ bundle exec vagrant up
```

## Troubleshooting
Expand Down

0 comments on commit 4e6118b

Please sign in to comment.