knife-xapi 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,7 +64,7 @@ class Chef
64
64
  :short => "-B Set of kernel boot params to pass to the vm",
65
65
  :long => "--xapi-kernel-params",
66
66
  :description => "You can add more boot options to the vm e.g.: \"ks='http://foo.local/ks'\"",
67
- :proc => Proc.new {|kernel| Chef::Config[:knife][:xapi_kernel_params] = kernel },
67
+ :proc => Proc.new {|kernel| Chef::Config[:knife][:kernel_params] = kernel },
68
68
  :default => "graphical utf8"
69
69
 
70
70
  option :xapi_disk_size,
@@ -1,3 +1,3 @@
1
1
  module KnifeXenserver
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-xapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: