Przeglądaj źródła

Merge pull request #254 from Dany9966/secure-boot-export-info

Add `secure_boot` field to VM Export Information
Daniel Vincze 3 lat temu
rodzic
commit
1a06a34711
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      coriolis/schemas/vm_export_info_schema.json

+ 4 - 0
coriolis/schemas/vm_export_info_schema.json

@@ -57,6 +57,10 @@
       "description": "The type of firmware of the VM.",
       "description": "The type of firmware of the VM.",
       "enum": ["BIOS", "EFI"]
       "enum": ["BIOS", "EFI"]
     },
     },
+    "secure_boot": {
+      "type": "boolean",
+      "description": "Whether the machine has UEFI Secure Boot enabled or not."
+    },
     "nested_virtualization": {
     "nested_virtualization": {
       "type": "boolean",
       "type": "boolean",
       "description": "Indicates whether or not nested hardware accelerated virtualization is possible on the VM."
       "description": "Indicates whether or not nested hardware accelerated virtualization is possible on the VM."