@@ -74,6 +74,7 @@ OS_TYPE_LINUX = "linux"
OS_TYPE_OS_X = "osx"
OS_TYPE_SOLARIS = "solaris"
OS_TYPE_WINDOWS = "windows"
+OS_TYPE_OTHER = "other"
DEFAULT_OS_TYPE = OS_TYPE_LINUX
@@ -25,7 +25,7 @@
"os_type": {
"type": "string",
"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"]
},
"firmware_type": {