see number of free floating ips?
Is there a way to see how many floating IP addresses are unallocated?
I'd like to check how many floating IP's are:
- Available for any tenant to take from the the shared pool
- Assigned to tenants but not used (stranded)
- In use (allocated)
I have found nothing helpful on the cli or using python neutron api's. The following will give me an approximate view of 3, but it's not clear if the unallocated IPs are stranded with one tenant or in the shared pool. How do I check when we are going to run out?
neutron floatingip-list
Do I need to use the neutron api to work this out?