Merge "Remove comments and to-do for quota inconsistency"

This commit is contained in:
Jenkins 2014-04-29 01:35:29 +00:00 committed by Gerrit Code Review
commit 3c0ffbc35a
1 changed files with 0 additions and 5 deletions

View File

@ -759,11 +759,6 @@ class ComputeManager(manager.Manager):
def _complete_deletion(self, context, instance, bdms,
quotas, system_meta):
# FIXME(comstud): See bug 1296414. Quotas here should only be
# committed if the instance is not SOFT_DELETED. If there were
# some sort of race and the instance was SOFT_DELETED, we should
# not commit quotas, as they would have already been done in
# soft_delete().
if quotas:
quotas.commit()