I've tried the following: overrides.setProperty(SOCKET_FINDER_ALLOWED_INTERFACES, "PRIVATE");

That looks correct to me, Dan. If the conversion from a string is not working (it may only work as a string if set via a -D property on the command line? I'm not sure), you may want to import org.jclouds.compute.util.ConcurrentOpenSocketFinder.AllowedInterfaces and set the value to AllowedInterfaces.PRIVATE [1] instead.

Hope that helps!

ap

[1] https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commitdiff;h=5cc4659

Reply via email to