summaryrefslogtreecommitdiffstats
path: root/nova/quota.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-15 21:05:17 +0000
committerGerrit Code Review <review@openstack.org>2013-01-15 21:05:17 +0000
commit73d32fedbd4dddc1bec9e036c2c546425bffc92c (patch)
tree8487d3532d918b1c4cc080ed579d15edb2a37fef /nova/quota.py
parent802148747052580cfca5fa8119d492354332562a (diff)
parent733712b3429b0d845da2c340257bfc763f789226 (diff)
downloadnova-73d32fedbd4dddc1bec9e036c2c546425bffc92c.tar.gz
nova-73d32fedbd4dddc1bec9e036c2c546425bffc92c.tar.xz
nova-73d32fedbd4dddc1bec9e036c2c546425bffc92c.zip
Merge "Expand quota logging"
Diffstat (limited to 'nova/quota.py')
-rw-r--r--nova/quota.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/quota.py b/nova/quota.py
index 96e612503..1856c97c1 100644
--- a/nova/quota.py
+++ b/nova/quota.py
@@ -965,6 +965,7 @@ class QuotaEngine(object):
# logged, however, because this is less than optimal.
LOG.exception(_("Failed to commit reservations "
"%(reservations)s") % locals())
+ LOG.debug(_("Committed reservations %(reservations)s") % locals())
def rollback(self, context, reservations, project_id=None):
"""Roll back reservations.
@@ -986,6 +987,7 @@ class QuotaEngine(object):
# logged, however, because this is less than optimal.
LOG.exception(_("Failed to roll back reservations "
"%(reservations)s") % locals())
+ LOG.debug(_("Rolled back reservations %(reservations)s") % locals())
def usage_reset(self, context, resources):
"""