The jclouds option you want is EC2TemplateOptions.Builder/keyPair
This would be passed to your node definition along with image id, etc.
I suspect :key-pair might work, but I haven't tried. Here is an overview of options like these, and we probably need to update them with clojure examples and/or make a clojure version of the page.
http://www.jclouds.org/documentation/userguide/using-ec2
-A
Sure does. Here's the clojure namespace you want:
> And is it possible to suppress the automatic creation of a security
> group by JClouds? (i.e. to totally control the security group creation
> process)
This is managed at the jclouds level. I believe the :no-key-pair
template options achieves this, though I'm not 100% sure.
You can try adding this key to your node-spec.
Hugo
Can you search for and/or create an issue here:
http://code.google.com/p/jclouds/issues
Mark it milestone 1.5.0-alpha.5 and critical. We need to cut another
alpha for the jenkins plugin [1] this weekend, and I'll be sure to
attend to this, when it's on the radar :)
Cheers,
-A
[1] https://github.com/jenkinsci/jclouds-plugin