Re: [Openstack] EC2-API Available Floating IPs

2017-04-22 Thread Alexandre Levine
I can't check it right now but I think you just call describe_address, get whole list of addresses and check which ones do not have association_id field - those will be available ones. Basically if a Floating IP is attached to a network interface it's getting an association ID. So you'll see it

Re: [Openstack] EC2-API Available Floating IPs

2017-04-22 Thread Alexandre Levine
Hi Georgios, Unfortunately current EC2-API describe command doesn't allow filtering which can suite your needs. We plan to implement this feature in the future. At the moment you can get the whole list and pick the unassigned ones client-side. Best regards, Alex Levine On 4/20/17 11:48

Re: [Openstack] EC2-API in Ocata - Help wanted

2017-04-02 Thread Alexandre Levine
Thank you Georgios, We'll definitely update the doc. We were away all of us so couldn't help you with your initial problems. Glad you'd figured them out. Sorry about your troubles. Best regards, Alex Levine On 4/1/17 12:00 PM, Georgios Dimitrakakis wrote: For people dealing with the same p