Comment 4 for bug 1307720

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

Reviewed: https://review.openstack.org/99655
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=71097a05755f1b1f7c4ed941545b12590165bfbd
Submitter: Jenkins
Branch: stable/icehouse

commit 71097a05755f1b1f7c4ed941545b12590165bfbd
Author: Jakub Libosvar <email address hidden>
Date: Wed May 28 18:39:47 2014 +0200

    Check DB scheme prior to migration to Ml2

    When using migration tool from LB/OVS plugin to Ml2, there is no
    guarantee current scheme is supported by migration tool. This patch
    checks version stored in DB by alembic and compares whether version
    is supported.

    Closes-bug: #1307720

    Change-Id: I4519a0e5a0f3027675958a68d1f9e0440b177229
    (cherry picked from commit de10d7299ba3dce18b8e12a41830ec0e686df340)