]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Reduce hidden effects of sqlalchemy objects
authorJoshua Harlow <harlowja@yahoo-inc.com>
Mon, 19 Aug 2013 18:31:56 +0000 (11:31 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Mon, 19 Aug 2013 18:31:56 +0000 (11:31 -0700)
commit3aaf9068eafa16b94d9437cd374da88231f62927
tree227ea433ab28a3a774bf808918390cfa2d462352
parent5d6c11facc330fc320474d76e137fbdf899097b4
Reduce hidden effects of sqlalchemy objects

The flows are currently holding onto sqlalchemy
due to bug #1214083 and this is causing a problem
with gettextutils which appears to be deepcopying
the raw objects, of which one of those is sqlalchemy
objects, which can't seem to be deepcopied.

Change-Id: Ie831738799a75e2a4a652c73900cad353a71e327
cinder/volume/flows/create_volume.py