]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Remove "lazy=joined" from the resource_data backref
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 14 Aug 2013 06:51:21 +0000 (16:51 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Fri, 23 Aug 2013 00:41:36 +0000 (10:41 +1000)
commit23e7b585a23b153e4cb5787f95377a5932ce8eec
treefa914361166c322b922dbf63d2abdd55f4431944
parent17653e5d9aaf30496788fb9904f615fe7d2e411b
Remove "lazy=joined" from the resource_data backref

This is having some weird interaction with the rsrc_metadata column.
In a later patch I add a call to resource_data_set() in signal_responder
and the metadata tests start failing.

Change-Id: Ib59972fe69570f4ae36e672987419f4841a2de40
heat/db/sqlalchemy/models.py