Explorar o código

Merged in aznashwan/coriolis/other-os-type (pull request #87)

Add 'other' as a valid option for the 'os_type' field in the vm_export_info_schema.json
Nashwan Azhari %!s(int64=8) %!d(string=hai) anos
pai
achega
27f98fbd98
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      coriolis/schemas/vm_export_info_schema.json

+ 1 - 1
coriolis/schemas/vm_export_info_schema.json

@@ -29,7 +29,7 @@
     "os_type": {
     "os_type": {
       "type": "string",
       "type": "string",
       "description": "The generic type of the operating system installed on the VM.",
       "description": "The generic type of the operating system installed on the VM.",
-      "enum": ["bsd", "linux", "osx", "solaris", "windows"]
+      "enum": ["bsd", "linux", "osx", "solaris", "windows", "other"]
     },
     },
     "os_info": {
     "os_info": {
       "type": "object",
       "type": "object",