> +
> +            @Override
> +            public DataCenter get() {
> +                DataCenter dataCenter = api.create(TEST_DC_NAME, "desc,,,", 
> Location.US_LAS.getId());
> +                predicate.apply(dataCenter.id());
> +
> +                return api.getDataCenter(dataCenter.id());
> +            }
> +        });
> +        
> +//         final TemplateBuilder templateBuilder = 
> view.getComputeService().templateBuilder();
> +//        templateBuilder.osFamily(OsFamily.UBUNTU);
> +//        templateBuilder.osVersionMatches("16.04");
> +//        templateBuilder.locationId(dataCenter.id());
> +//        templateBuilder.hardwareId("cpu=4,ram=2,disk=30");
> +//        templateBuilder.imageId("02a49ebb-27b7-11e6-8e88-52540005ab80");

Remove these as well

-- 
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/292/files/1533bf29a80f2c87834f501abd91ea399debd688#r77746811

Reply via email to