Skip to content

Commit

Permalink
minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrem committed Sep 15, 2014
1 parent 690197a commit de65526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ and provision Proxmox virtual machines.

## Limitations

* Only OpenVZ containers are currently supported
* You need a Vagrant compatible OpenVZ template
* Only routed network mode is currently supported
* For OpenVZ containers you need a Vagrant compatible OpenVZ template
* For OpenVZ containers only routed network mode is currently supported
* For KVM machines the ISO file needs to be a Vagrant compatible live system or automatic installation

## Installation

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

If you want kvm the Vagrantfile could look as follows:
If you want KVM the Vagrantfile could look as follows:

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

For the meaning of the various options, refer to the `Options` section below.

You need an OpenVZ template that contains a vagrant user supplied with the default Vagrant SSH keys.
You need an OpenVZ template or KVM ISO that contains a vagrant user supplied with the default Vagrant SSH keys.
You can download an example Ubuntu based template [here](https://www.dropbox.com/s/vuzywdosxhjjsag/vagrant-proxmox-ubuntu-12.tar.gz).

Finally run `vagrant up --provider=proxmox` to create and start the new OpenVZ container.
Expand Down
4 changes: 2 additions & 2 deletions vagrant-proxmox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
spec.version = VagrantPlugins::Proxmox::VERSION
spec.platform = Gem::Platform::RUBY
spec.license = 'MIT'
spec.authors = ['Dirk Grappendorf', 'Tim Völpel']
spec.email = ['[email protected]', '[email protected]']
spec.authors = ['Dirk Grappendorf', 'Tim Völpel', 'Sebastian Bremicker']
spec.email = ['[email protected]', '[email protected]', '[email protected]']
spec.homepage = 'https://github.com/telcat/vagrant-proxmox'
spec.summary = 'Enables Vagrant to manage virtual machines on a Proxmox server.'
spec.description = 'Enables Vagrant to manage virtual machines on a Proxmox server.'
Expand Down

0 comments on commit de65526

Please sign in to comment.