Location vdcLocation = new LocationBuilder().id(ENDPOINT + "/v1.0/vdc/" + vdcId).scope(LocationScope.ZONE)
.description("orgVDC-jclouds-Tier1-PAYG").parent(orgLocation).build();
Set<? extends Image> currentImages = compute.listImages();
assertEquals(compute.listImages().size(), 1);
Image onlyImage = Iterables.get(currentImages, 0);
Image expectedImage = new ImageBuilder()
.ids(ENDPOINT + "/v1.0/vAppTemplate/" + templateId)