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 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.11) is still a development one. Feedback is
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.11)
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
@@ -4,7 +4,7 @@
4
4
  <vcpu><%= @cpus %></vcpu>
5
5
 
6
6
  <% if @nested %>
7
- <cpu mode='host-passthrough'>
7
+ <cpu mode='host-model'>
8
8
  <model fallback='allow'>qemu64</model>
9
9
  <feature policy='optional' name='vmx'/>
10
10
  <feature policy='optional' name='svm'/>
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module ProviderLibvirt
3
- VERSION = '0.0.12'
3
+ VERSION = '0.0.13'
4
4
  end
5
5
  end
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.12
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-03 00:00:00.000000000 Z
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: