You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't plan to add a network boot source, so we can simplify
the BootSource request body:
* removed the boot source id as we only support one boot source
* removed the boot source type (only local image is supported)
* removed the local image configuration.
Now the boot source has 2 fields: kernel_image_path and boot_args.
The kernel_image_path is required.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments