openapi: Add 'firmware' to 'PayloadConfig'
This option is needed for the openapi consumer (e.g. Kata Containers) to load firmware (e.g. td-shim) for booting. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
4b4354a52c
commit
2115a41568
1 changed files with 2 additions and 0 deletions
|
|
@ -502,6 +502,8 @@ components:
|
|||
PayloadConfig:
|
||||
type: object
|
||||
properties:
|
||||
firmware:
|
||||
type: string
|
||||
kernel:
|
||||
type: string
|
||||
cmdline:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue