Skip to content

Commit

Permalink
Merge pull request #254 from Dany9966/secure-boot-export-info
Browse files Browse the repository at this point in the history
Add `secure_boot` field to VM Export Information
  • Loading branch information
Dany9966 authored Apr 13, 2023
2 parents e94d995 + 1a06be0 commit 1a06a34
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
Expand Up @@ -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."
Expand Down

0 comments on commit 1a06a34

Please sign in to comment.