Comment 8 for bug 1376316

Revision history for this message
Sorin Sbarnea (ssbarnea) wrote :

Can someone explain me how am I supposed to read totalFloatingIpsUsed value using the API? At this moment I get these:
```
openstack limits show --absolute | grep Floating
| totalFloatingIpsUsed | 0 |
| maxTotalFloatingIps | 300 |
```
While I do know for sure that I do have already allocated floating IPs, which are visible in horizon. Still, using the openstack cli (not old nova cli), I only get a valid value only for maxTotal but total is wrongly reported as zero.