demobox commented on this pull request.
> @@ -80,9 +80,9 @@ public OperatingSystem apply(final Image from) { is64Bit = matcher.group(2).equals("x64"); } } else { - if (imageName.contains("Red Hat EL")) { + if (imageName.contains("Red Hat")) { If we do find out the reason (other than "this one seemed to work" ;-)), perhaps add a comment to explain? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1041