* Migrations create a snaphsot_id column that is an integer, but
models incorrectly list it as a string.
* The above issue causes errors in certain situations when trying
to list instances. It seems to be only certain db configurations
or versions of sqlalchemy that exhibit the issue.
* Issue was fixed in trunk as part of a conversion to uuids in
commit 407e16b863bac1dfbf4e954837009abf9c17f018 so a straight
backport is not possible
* Fixes bug 962615
Reviewed: https:/ /review. openstack. org/7509 github. com/openstack/ nova/commit/ 2d7d51c5ea2a885 ee6160d11c8a9af dbb86d1c43
Committed: http://
Submitter: Jenkins
Branch: stable/essex
commit 2d7d51c5ea2a885 ee6160d11c8a9af dbb86d1c43
Author: Vishvananda Ishaya <email address hidden>
Date: Wed May 16 10:04:26 2012 -0700
Fix type of snapshot_id column to match db
* Migrations create a snaphsot_id column that is an integer, but fbf4e954837009a bf9c17f018 so a straight
models incorrectly list it as a string.
* The above issue causes errors in certain situations when trying
to list instances. It seems to be only certain db configurations
or versions of sqlalchemy that exhibit the issue.
* Issue was fixed in trunk as part of a conversion to uuids in
commit 407e16b863bac1d
backport is not possible
* Fixes bug 962615
Change-Id: I8e9fc9712c1418 22890feffee838f af8b41ee4f5