vagrant-libvirt 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -2
- data/lib/vagrant-libvirt/templates/domain.xml.erb +1 -1
- data/lib/vagrant-libvirt/version.rb +1 -1
- metadata +3 -8
data/README.md
CHANGED
|
@@ -4,10 +4,10 @@ This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds an
|
|
|
4
4
|
[Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
|
|
5
5
|
control and provision machines via Libvirt toolkit.
|
|
6
6
|
|
|
7
|
-
**Note:** Actual version (0.0.
|
|
7
|
+
**Note:** Actual version (0.0.13) is still a development one. Feedback is
|
|
8
8
|
welcome and can help a lot :-)
|
|
9
9
|
|
|
10
|
-
## Features (Version 0.0.
|
|
10
|
+
## Features (Version 0.0.13)
|
|
11
11
|
|
|
12
12
|
* Controll local Libvirt hypervisors.
|
|
13
13
|
* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands.
|
|
@@ -311,6 +311,8 @@ Now you can use bundler to execute Vagrant:
|
|
|
311
311
|
$ bundle exec vagrant up --provider=libvirt
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
+
IMPORTANT NOTE: bundle is crucial. You need to use bundled vagrant.
|
|
315
|
+
|
|
314
316
|
## Contributing
|
|
315
317
|
|
|
316
318
|
1. Fork it
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-libvirt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-12-
|
|
13
|
+
date: 2013-12-12 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: fog
|
|
@@ -156,18 +156,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
- - ! '>='
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
158
|
version: '0'
|
|
159
|
-
segments:
|
|
160
|
-
- 0
|
|
161
|
-
hash: -2155802617992067651
|
|
162
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
160
|
none: false
|
|
164
161
|
requirements:
|
|
165
162
|
- - ! '>='
|
|
166
163
|
- !ruby/object:Gem::Version
|
|
167
164
|
version: '0'
|
|
168
|
-
segments:
|
|
169
|
-
- 0
|
|
170
|
-
hash: -2155802617992067651
|
|
171
165
|
requirements: []
|
|
172
166
|
rubyforge_project:
|
|
173
167
|
rubygems_version: 1.8.25
|
|
@@ -175,3 +169,4 @@ signing_key:
|
|
|
175
169
|
specification_version: 3
|
|
176
170
|
summary: Vagrant provider for libvirt.
|
|
177
171
|
test_files: []
|
|
172
|
+
has_rdoc:
|