You can configure the proxy properties when creating the jclouds context. Have a look at the PROPERTY_PROXY* properties here: http://jclouds.apache.org/reference/javadoc/1.9.x/constant-values.html#org.jclouds.Constants.PROPERTY_PROXY_HOST
HTH! Ignasi On 6 April 2015 at 23:40, Jesus arteche <[email protected]> wrote: > hey guys, > > I'm using a proxy to access my private Opestack deployment, where the API > works on the IP range os 192.168.101.x. So I created a proxy which maps a > public IP on a specific IP port to a specific private IP and port depending > on the API service. > > How can I make my jClouds code work wthrough this proxy? > > thanks
