Skip to content

Commit

Permalink
Add secure_boot field to VM Export Information
Browse files Browse the repository at this point in the history
Adds a field that will tell whether the exported machine has UEFI Secure Boot
enabled or not.
  • Loading branch information
Dany9966 committed Mar 22, 2023

Verified

This commit was signed with the committer’s verified signature.
Dream-Master Martin Robertz
1 parent e94d995 commit 1a06be0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coriolis/schemas/vm_export_info_schema.json
Original file line number Diff line number Diff line change
@@ -57,6 +57,10 @@
"description": "The type of firmware of the VM.",
"enum": ["BIOS", "EFI"]
},
"secure_boot": {
"type": "boolean",
"description": "Whether the machine has UEFI Secure Boot enabled or not."
},
"nested_virtualization": {
"type": "boolean",
"description": "Indicates whether or not nested hardware accelerated virtualization is possible on the VM."

0 comments on commit 1a06be0

Please sign in to comment.