…is commit fixes the issue where optOSReferenceCode was being selected over operatingSystem.getId(), despite getId returning a good value. This mis-selection meant that private Softlayer images could not be retrived via jclouds. With this change the code will now only select optOSReferenceCode if operatingSystem.getId() is empty or null. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/917 -- Commit Summary -- * Fix for issue https://issues.apache.org/jira/browse/JCLOUDS-1068. This commit fixes the issue where optOSReferenceCode was being selected over operatingSystem.getId(), despite getId returning a good value. This mis-selection meant that private Softlayer images could not be retrived via jclouds. With this change the code will now only select optOSReferenceCode if operatingSystem.getId() is empty or null. -- File Changes -- M providers/softlayer/src/main/java/org/jclouds/softlayer/compute/functions/OperatingSystemToImage.java (3) -- Patch Links -- https://github.com/jclouds/jclouds/pull/917.patch https://github.com/jclouds/jclouds/pull/917.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/917
