Hi all, I use the jenkins plugin with openstack but all my debugging led to the jclouds project, thats why I am asking my question here.
My issue is the following: I do not want to use floating ips. but it seems to me it is set to true always, and there is no chance to disable it. The autoAllocateElasticIps in the org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet is true, I guess because org.jclouds.openstack.nova.ec2.NovaEC2ApiMetadata#defaultProperties sets it to true... am I right? How can i set it to false? Thanks for your help Cheers Tamas
