How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
Hi, I was able to get reference to PortAPI and NetworkAPi, but not to FloatingIpAPI. Any help is appriciated. neutronApi = ContextBuilder.newBuilder(provider) .credentials(identity, password) .endpoint(endpoint) .modules(modules)

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Ambadas Ramanna Adam
Hi Udara, As per [1], you were asking for REST APIs. If you want to use REST APIs, then Dave’s answer seems correct, though haven’t used it. If you are using JClouds API and want to associate a floating IP to a server with multiple nics, then, you will have to use the fixed IP associated with

RE: use exponential backoff on retry (was RE: JClouds BlobStore re-authentication when auth token expires)

2014-09-10 Thread Zack Shoylev
Hi Daniel, You should try testing with these Properties: PROPERTY_SO_TIMEOUT - This will time-out the HTTP connection socket after the specified time. This specifies how long the client should wait before jclouds closes the connection and attempts to retry the HTTP call. I would suggest a