mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
use kernel_id for mocked kernel, not stackscript_id
This commit is contained in:
parent
6987a8dfa5
commit
9f98964d3e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue