Explorar el Código

Merged in ArinToaca/coriolis-core/add-unknown (pull request #131)

Add unknown OS type constant.

Approved-by: Nashwan Azhari <nazhari@cloudbasesolutions.com>
Arin Toaca hace 7 años
padre
commit
465712cbe3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      coriolis/constants.py

+ 1 - 0
coriolis/constants.py

@@ -95,6 +95,7 @@ OS_TYPE_OS_X = "osx"
 OS_TYPE_SOLARIS = "solaris"
 OS_TYPE_SOLARIS = "solaris"
 OS_TYPE_WINDOWS = "windows"
 OS_TYPE_WINDOWS = "windows"
 OS_TYPE_OTHER = "other"
 OS_TYPE_OTHER = "other"
+OS_TYPE_UNKNOWN = "unknown"
 
 
 DEFAULT_OS_TYPE = OS_TYPE_LINUX
 DEFAULT_OS_TYPE = OS_TYPE_LINUX