diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2013-02-06 12:32:36 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2013-02-13 11:26:47 -0800 |
commit | 4f34d03de831b1f9273f3d45891d2e42efc61156 (patch) | |
tree | ccb52de19800d18b4b66c5ed84b0b6f5e8f48983 /nova/utils.py | |
parent | 07e0c2421adf14d01389f5d6692ac2e18b8b7134 (diff) | |
download | nova-4f34d03de831b1f9273f3d45891d2e42efc61156.tar.gz nova-4f34d03de831b1f9273f3d45891d2e42efc61156.tar.xz nova-4f34d03de831b1f9273f3d45891d2e42efc61156.zip |
Use joinedload for system_metadata in db
When moving over to nova.db.api not returning sqlalchemy
objects, objects won't be lazy loaded throughout the code, instead the
entire object will be fetched from the DB in nova.db.api. This change
will trigger any lazyload bugs due to missing joinedload statements
that weren't previously triggered because the lazyloaded data wasn't
being used (and thus fetched from the DB).
Partially implements bp db-api-cleanup
Change-Id: I0dabf3588be0076a6e651c018a1c83ed23e84872
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions