Correct. I dont want to connect to the node on creation. Will
make a separate call for bootstrap to connect and deploy
scripts. Is there any way to disable the connect to node ?
You might want to see if setting "blockUntilRunning" to false in the
TemplateOptions [1] makes any difference. It's not the only reason
jclouds may try to connect to the box, but setting it to false is at
least worth a try...
Regards
ap
[1]
https://jclouds.apache.org/reference/javadoc/1.9.x/org/jclouds/compute/options/TemplateOptions.Builder.html#blockUntilRunning(boolean)