Comment 15 for bug 962615

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/essex)

Reviewed: https://review.openstack.org/7509
Committed: http://github.com/openstack/nova/commit/2d7d51c5ea2a885ee6160d11c8a9afdbb86d1c43
Submitter: Jenkins
Branch: stable/essex

commit 2d7d51c5ea2a885ee6160d11c8a9afdbb86d1c43
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
       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

    Change-Id: I8e9fc9712c141822890feffee838faf8b41ee4f5