Comment 5 for bug 1259642

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/63523
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=b973cb2f38d949c13e7c549b1fddc72df4be9b42
Submitter: Jenkins
Branch: master

commit b973cb2f38d949c13e7c549b1fddc72df4be9b42
Author: Greg Hill <email address hidden>
Date: Fri Dec 20 15:18:28 2013 -0600

    make datastore_version_id required

    The datastore addition didn't migrate existing instances,
    which causes existing installations to blow up after upgrading.
    This commit addresses that by inserting best-guess dummy data
    into the db. Operators will need to clean up the values to match
    their actual usage.

    Change-Id: I7ae064cea9b654a4501b91877b779fb4073623af
    Closes-Bug: #1259642