Comment 2 for bug 1486528

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

Reviewed: https://review.openstack.org/215213
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=99fd239ba679d16b73684fbe0dbe31a2e472cba7
Submitter: Jenkins
Branch: master

commit 99fd239ba679d16b73684fbe0dbe31a2e472cba7
Author: Jakub Libosvar <email address hidden>
Date: Thu Aug 20 16:02:11 2015 +0000

    fullstack: use migration scripts to create db schema

    Previously, we used create_all() based on models. We don't use
    create_all() in production code and there is no guarantee models and
    scripts are in sync even though we have a good functional test that
    validates that. There are still pieces that can't be compared by
    alembic.

    Change-Id: I72fa67811f0763298416e6e084a8b9b86619795b
    Closes-Bug: 1486528