use kernel_id for mocked kernel, not stackscript_id

This commit is contained in:
Wes Morgan 2012-05-17 17:14:03 -07:00
parent 6987a8dfa5
commit 9f98964d3e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module Fog
{ {
"ISPVOPS" => 1, "ISPVOPS" => 1,
"ISXEN" => 1, "ISXEN" => 1,
"KERNELID" => stackscript_id, "KERNELID" => kernel_id,
"LABEL" => "Latest 3.0 (3.0.18-linode43)" "LABEL" => "Latest 3.0 (3.0.18-linode43)"
} }
end end