mirror of https://github.com/apache/jclouds.git
Merge pull request #1257 from dralves/master
added GCEL linux flavor to OSFamily
This commit is contained in:
commit
c99dbd944d
|
@ -43,6 +43,10 @@ public enum OsFamily {
|
|||
* Scientific Linux
|
||||
*/
|
||||
SCIENTIFIC,
|
||||
/**
|
||||
* Google Compute Engine Linux
|
||||
*/
|
||||
GCEL,
|
||||
SIGAR,
|
||||
SLACKWARE,
|
||||
SOLARIS, SUSE, TURBOLINUX, CLOUD_LINUX, UBUNTU, WINDOWS;
|
||||
|
|
Loading…
Reference in New Issue