-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
False
-
-
False
-
Proposed
-
rhos-workloads-compute
-
None
-
-
-
Low
https://bugzilla.redhat.com/show_bug.cgi?id=2222102
This eipc is create to track the a request form the neutron team to optimising nova to use neutron quota_detail API when validating port quotas.
This may or may not be back portable depending on the approach taken and that will be determined as part of the upstream development.
as the quota_details API is only available if the backend quota driver is the DbQuotaDriver or DbQuotaNoLockDriver nova will have to maintain a fallback to the current behavior of listing all port uuids when the extension is not present.
This is a performance optimisation for specific network backends that degrate in port list lookup times as the number of tenant prot grow.
This is not expected to impact the performance of OVN/OVS or sriov-nic-agent.