Re: Associate floating ip to a specified network interface support in JClouds 1.8.1

2014-11-04 Thread Manula Chathurika Thantriwatte
2:58 AM To: user@jclouds.apache.org Subject: Re: Associate floating ip to a specified network interface support in JClouds 1.8.1 Hi Zack, Thanks for the confirmation. Can you please point me the code or the class location of this. Thanks ! On Tue, Nov 4, 2014 at 2

Re: Associate floating ip to a specified network interface

2014-08-21 Thread Udara Liyanage
Hi Zack, Thanks for the confirmation. Could you please point me to the place where REST API call is made to the Openstack so I would give a try patching Jclouds. I had a look at the code, I only found FloatingIpAPI.java which is the interface. I could not find the place where REST API call is

Re: Associate floating ip to a specified network interface

2014-08-21 Thread Udara Liyanage
Hi Ignasi, I am trying to figure out how the response is generated by looking at method declaration and know requests. For instance, if I change the method as @Payload(%7B\addFloatingIp\:%7B\address\:\{address}\,\interface\:\{interface}\%7D%7D) FloatingIP allocateFromPool(@PayloadParam(pool)

RE: Associate floating ip to a specified network interface

2014-08-21 Thread Zack Shoylev
: Thursday, August 21, 2014 7:17 AM To: user@jclouds.apache.org Cc: d...@jclouds.apache.org Subject: Re: Associate floating ip to a specified network interface That's right, but you'll have to also rename the @PayloadParam from pool to address. On 21 August 2014 14:07, Udara Liyanage udaraliyan

Associate floating ip to a specified network interface

2014-08-20 Thread Udara Liyanage
Hi, I create instances with multiple network interfaces. However when I associate an floating ip to the instance as below, floating ip is always get allocated to the first interface of the instance. api.addToServer(ip, server-id); How do I get the floating ip assigned to the second or an

RE: Associate floating ip to a specified network interface

2014-08-20 Thread Zack Shoylev
I don't think this particular neutron extension is supported right now. Hopefully we can add support for it soon! From: Udara Liyanage [ud...@wso2.com] Sent: Wednesday, August 20, 2014 12:23 PM To: user@jclouds.apache.org Subject: Associate floating ip

Re: Associate floating ip to a specified network interface

2014-08-20 Thread Udara Liyanage
Hi, Created a jira for this [1] [1] https://issues.apache.org/jira/browse/JCLOUDS-682 On Wed, Aug 20, 2014 at 10:53 PM, Udara Liyanage ud...@wso2.com wrote: Hi, I create instances with multiple network interfaces. However when I associate an floating ip to the instance as below, floating