Merge "Remove unnecessary save call"

This commit is contained in:
Zuul 2021-03-24 04:48:16 +00:00 committed by Gerrit Code Review
commit 641f4204a2
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ class API(base.Base):
# Refresh the object here, otherwise things ain't right
vref = objects.Volume.get_by_id(
context, vref['id'])
vref.save()
LOG.info("Create volume request issued successfully.",
resource=vref)
return vref