> @@ -91,6 +92,7 @@ protected void configure() {
>        }).to(CreateSshClientOncePortIsListeningOnNode.class);
>        bind(new TypeLiteral<Function<TemplateOptions, Statement>>() {
>        }).to(TemplateOptionsToStatement.class);
> +      
> bind(TemplateBuilderImpl.class).to(ArbitraryCpuRamTemplateBuilderImpl.class);

This cannot be done here. This binding must be applied in the module of each 
provider that supports an arbitrary cpu and ram config.

---
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/pull/984/files/5e38477f80df5dd0dce54f7773cf9e883fbf3d2d#r71278378

Reply via email to