Merge "typos(?) in create_snapshots_in_db"

This commit is contained in:
Jenkins 2015-07-27 02:14:27 +00:00 committed by Gerrit Code Review
commit 9e7a7e113f
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ class API(base.Base):
with excutils.save_and_reraise_exception():
try:
for snap in snapshot_list:
snapshot.destroy()
snap.destroy()
finally:
QUOTAS.rollback(context, reservations)