Comment 3 for bug 1456897

Revision history for this message
Ritesh Paiboina (rsritesh) wrote :

To update this bug,

These limits values are getting retrieve from the db,
I found that quota_usages table in the db, has no data related to floating ip., following are the majors onces which gets store in
quota_usages tables

select resource,in_use from quota_usages;

| instances | 1 |
| ram | 64 |
| cores | 1 |
| security_groups | 1 |

I think floating ip usage details are not get written into the db