> @@ -247,6 +247,19 @@ private void getImagesFromPublisher(String > publisherName, List<VMImage> osImages > osImages.addAll(listImagesByLocation(location.name())); > } > checkAndSetImageAvailability(osImages, Sets.newHashSet(locationIds)); > + > + // list custom images > + String offer = "";
No need for this variable, just pass "custom" directly to the BlobHelper call. --- 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-labs/pull/305/files/93cecad810be0366709b28b2dbf3259efe10dec2#r73307883
