mirror of https://github.com/apache/jclouds.git
rightscale now supports rhel
This commit is contained in:
parent
8b50a08362
commit
1b2a221744
|
@ -68,6 +68,8 @@ public class AWSEC2TemplateBuilderLiveTest extends BaseTemplateBuilderLiveTest {
|
||||||
return true;
|
return true;
|
||||||
case DEBIAN:
|
case DEBIAN:
|
||||||
return true;
|
return true;
|
||||||
|
case RHEL:
|
||||||
|
return input.version.matches("5.[6]") || input.version.equals("");
|
||||||
case CENTOS:
|
case CENTOS:
|
||||||
return input.version.matches("5.[246]") || (input.version.equals("5.0") && !input.is64Bit)
|
return input.version.matches("5.[246]") || (input.version.equals("5.0") && !input.is64Bit)
|
||||||
|| input.version.equals("");
|
|| input.version.equals("");
|
||||||
|
|
Loading…
Reference in New Issue