> +        this.deploymentResponseToVirtualMachine = 
> checkNotNull(deploymentResponseToVirtualMachine, 
> "deploymentResponseToVirtualMachine");
> +        this.serviceResponseToVirtualMachine = 
> checkNotNull(serviceResponseToVirtualMachine, 
> "serviceDeploymentResponseToDeployment");
> +        this.osImageListResponseToOSImage = 
> checkNotNull(osImageListResponseToOSImage, "osImageListResponseToOSImage");
> +        this.osImageResponseToOSImage = 
> checkNotNull(osImageResponseToOSImage, "osImageResponseToOSImage");
> +        this.groupNamingConvention = namingConvention;
> +//      this.serverLatestJobCompleted = retry(new 
> ServerLatestJobCompleted(client.getJobServices()),
> +//            timeouts.nodeRunning * 9l / 10l);
> +//      this.serverLatestJobCompletedShort = retry(new 
> ServerLatestJobCompleted(client.getJobServices()),
> +//            timeouts.nodeRunning * 1l / 10l);
> +    }
> +
> +
> +    @Override
> +    public NodeAndInitialCredentials<VirtualMachine> 
> createNodeWithGroupEncodedIntoName(String group, String name,
> +                                                                             
>        Template template) {
> +        logger.info("createNodeWithGroupEncodedIntoName");

Move this kind of logs to trace level.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/132/files#r24748879

Reply via email to