Просмотр исходного кода

Add `secure_boot` field to VM Export Information

Adds a field that will tell whether the exported machine has UEFI Secure Boot
enabled or not.
Daniel Vincze 3 лет назад
Родитель
Сommit
1a06be0e4a
1 измененных файлов с 4 добавлено и 0 удалено
  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.",
       "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."