knife-xapi 0.3.1 → 0.3.2
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/lib/chef/knife/xapi_guest_create.rb +1 -1
- data/lib/knife-xapi/version.rb +1 -1
- metadata +1 -1
|
@@ -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][:
|
|
67
|
+
:proc => Proc.new {|kernel| Chef::Config[:knife][:kernel_params] = kernel },
|
|
68
68
|
:default => "graphical utf8"
|
|
69
69
|
|
|
70
70
|
option :xapi_disk_size,
|
data/lib/knife-xapi/version.rb
CHANGED