Re: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
Hi, Thanks for the help. In my Openstack setup there are two networks. When creating the instance I specify both networks so instance get private ips from both networks. 1. Set novaNetworksSet = new LinkedHashSet(2); 2. 3. novaNetworksSet.add("uuid_of_network1"); 4.

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 valu

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

2014-09-10 Thread Daniel Hsueh
Hello everyone, Is there a way to configure the lengths of the delay in between retry attempts on auth, read, or write operations? Thank you. Daniel Hsueh mailto:daniel.hs...@evault.com tel:+1-905-287-2167 -Original Message- From: Daniel Hsueh Sent: September 2, 2014 11:38 AM To: 'us

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Zack Shoylev
jclouds-labs-openstack has support for Neutron right now. However, support for the neutron floating IP extension will not be in a stable release until 1.8.1 (though it is available in snapshot now). From: Ambadas Ramanna Adam [ambadas_ada...@infosys.com] Sent: We

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: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
Hi Ambadas, I think I am bit confused here. Please refer to my requirement on [1]. There I was suggested to use Openstack Neutron API to associate floating IPs by specifying port information. Shouldn't I use Jclouds Neutron in this case to create floating ip s. [1] http://stackoverflow.com/questi