Description of problem: Customer reported a problem in his RHOSP 16.2 deployment: from Neutron Server perspective there are 5 floating IPs used by specific project, but in reality there are no floating IPs in this project. Problem was resolved when floating IP was created in affected project. More information about collected data will be provided privately. This could be possibly related to bug #2130498, but symptoms are slightly different, so I am reporting separate bug. Version-Release number of selected component (if applicable): RHOSP 16.2.2 How reproducible: $ openstack quota list --network --detail --project PROJ_ID -> tells that 5 floating IPs are used by customer $ openstack floating ip list --project PROJ_ID -> empty output
Hello Alex: This is an issue on how the Neutron quota driver, using the new ``DbQuotaNoLockDriver`` class, retrieves the "quota --detail" (that is also used in the Horizon counters). This issue has been addressed in 16.2 [1] and will be ready in 16.2.4. Regards. [1]https://bugzilla.redhat.com/show_bug.cgi?id=2102147 *** This bug has been marked as a duplicate of bug 2102147 ***