To fix the bug reported at JCLOUDS-813 this PR revisit the strategy to listImages: - modify the listImages and getImage strategies in SoftLayerComputeServiceAdapter: by default, it only consider `stock` images - add support for VirtualGuestBlockDeviceTemplateGroupApi getObject: this is need in `getImage` if the user specify a specific `imageId` to scan public and private images + stock - remove PROPERTY_SO FTLAYER_INCLUDE_PUBLIC_IMAGES: this is no more needed You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/655 -- Commit Summary -- * JCLOUDS-813: fix list private images -- File Changes -- M providers/softlayer/src/main/java/org/jclouds/softlayer/SoftLayerProviderMetadata.java (4) M providers/softlayer/src/main/java/org/jclouds/softlayer/compute/config/SoftLayerComputeServiceContextModule.java (3) M providers/softlayer/src/main/java/org/jclouds/softlayer/compute/strategy/SoftLayerComputeServiceAdapter.java (57) M providers/softlayer/src/main/java/org/jclouds/softlayer/features/VirtualGuestBlockDeviceTemplateGroupApi.java (14) M providers/softlayer/src/main/java/org/jclouds/softlayer/reference/SoftLayerConstants.java (5) M providers/softlayer/src/test/java/org/jclouds/softlayer/compute/SoftLayerComputeServiceContextLiveTest.java (6) -- Patch Links -- https://github.com/jclouds/jclouds/pull/655.patch https://github.com/jclouds/jclouds/pull/655.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/655
