andreaturli commented on this pull request.
> + }
+ }
+ }
+ return instanceTypeIds;
+ }
+
+ @Override
+ public Iterable<Image> listImages() {
+ final ImmutableList.Builder<Image> images = ImmutableList.builder();
+ final List<String> availableLocationNames = newArrayList(
+ transform(listLocations(), new Function<Region, String>() {
+ @Override
+ public String apply(Region location) {
+ return location.id();
+ }
+ }));
awesome
--
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/443#discussion_r207126456