Merge "Remove 'persisted dirty' log message"

This commit is contained in:
Jenkins 2017-08-14 12:38:46 +00:00 committed by Gerrit Code Review
commit d725e8c11d
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ class TrackedResource(BaseResource):
dirty_tenants_snap = self._dirty_tenants.copy()
for tenant_id in dirty_tenants_snap:
quota_api.set_quota_usage_dirty(context, self.name, tenant_id)
LOG.debug(("Persisted dirty status for tenant:%(tenant_id)s "
"on resource:%(resource)s"),
{'tenant_id': tenant_id, 'resource': self.name})
self._out_of_sync_tenants |= dirty_tenants_snap
self._dirty_tenants -= dirty_tenants_snap