This parameter is no longer in the signature of the count function.
Change-Id: I686f3e3ed1095fdb48dd0515b58b159594f64f9e
# under the License.
from neutron.common import exceptions
-from neutron.pecan_wsgi.hooks import attribute_population
from neutron import quota
from oslo_log import log as logging
try:
count = quota.QUOTAS.count(state.request.context, rtype,
state.request.plugin,
- attribute_population._plural(rtype),
tenant_id)
delta = deltas.get(tenant_id, 0) + 1
kwargs = {rtype: count + delta}