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")) {
@zack-shoylev Do we happen to know why `EL` was chosen in the first place?
--
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
