]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add return of updated object on update from DB
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 29 Jul 2014 15:41:06 +0000 (09:41 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 29 Jul 2014 15:44:23 +0000 (09:44 -0600)
commite4ad50563cc594f2648b1714039105d9bb3f4e7d
treeec3685199ddf5dd29784787c9ac1ef61be35512e
parentd5b77351379b642c5c74afaee201050b76bad777
Add return of updated object on update from DB

There are a number of update methods in db/sqla/api
that update objects but no longer return the updated
reference for said object.

This patch adds the missing returns which are already
expected in the calling cidner/db/api wrapper. At some
point a close look at usage in callers
(ie cinder/volume/manager) should be done to make sure
we're being efficient here and not doing another get after
every update.

Change-Id: I0464d1879571a0044a416d652a186b1462c57fa2
Closes-Bug: #1349912
cinder/db/sqlalchemy/api.py