RE: How to get reference to FloatingIpAPI in Neutron

2014-09-23 Thread Ambadas Ramanna Adam
a Liyanage [mailto:udaraliyan...@gmail.com] Sent: Thursday, September 11, 2014 12:27 PM To: user@jclouds.apache.org Subject: Re: How to get reference to FloatingIpAPI in Neutron Hi, Thanks for the help. In my Openstack setup there are two networks. When creating the instance I specify both networks so in

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-12 Thread Zack Shoylev
the instance. From: Udara Liyanage [udaraliyan...@gmail.com] Sent: Thursday, September 11, 2014 1:57 AM To: user@jclouds.apache.org Subject: Re: How to get reference to FloatingIpAPI in Neutron Hi, Thanks for the help. In my Openstack setup there are two networks

Re: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
> FloatingIP.Builder().instanceId(_instanceID).fixedIp(_fixedPrivateIP).pool(_publicIPPoolName).build(); > > > > Regards, > > Ambadas Ramanna Adam > > > > *From:* Udara Liyanage [mailto:udaraliyan...@gmail.com] > *Sent:* Wednesday, September 10, 2014 12:39 PM > *

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Zack Shoylev
: Wednesday, September 10, 2014 2:37 AM To: user@jclouds.apache.org Subject: RE: How to get reference to FloatingIpAPI in Neutron 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

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Ambadas Ramanna Adam
Subject: Re: How to get reference to FloatingIpAPI in Neutron 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

Re: How to get reference to FloatingIpAPI in Neutron

2014-09-10 Thread Udara Liyanage
regards, > > Ambadas Ramanna Adam > > > > *From:* Udara Liyanage [mailto:udaraliyan...@gmail.com] > *Sent:* Wednesday, September 10, 2014 12:07 PM > *To:* user@jclouds.apache.org > *Subject:* How to get reference to FloatingIpAPI in Neutron > > > > Hi, >

RE: How to get reference to FloatingIpAPI in Neutron

2014-09-09 Thread Ambadas Ramanna Adam
, Ambadas Ramanna Adam From: Udara Liyanage [mailto:udaraliyan...@gmail.com] Sent: Wednesday, September 10, 2014 12:07 PM To: user@jclouds.apache.org Subject: How to get reference to FloatingIpAPI in Neutron Hi, I was able to get reference to PortAPI and NetworkAPi, but not to FloatingIpAPI. Any help

How to get reference to FloatingIpAPI in Neutron

2014-09-09 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) .buildApi(NeutronAp