Comment 17 for bug 1207402

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

Reviewed: https://review.openstack.org/40296
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9bf0e6654480f98f2315a43687b267263a82a823
Submitter: Jenkins
Branch: master

commit 9bf0e6654480f98f2315a43687b267263a82a823
Author: Salvatore Orlando <email address hidden>
Date: Mon Aug 5 08:07:02 2013 -0700

    Remove auto-generation of db schema from models at startup

    This patch removes the Neutron capability of creating database tables
    from sqlalchemy models for all those model classes for which
    a table is not found in the database schema.
    Migrations should be the official and only solution for creating and
    managing the Neutron db schema.
    This patch also adapts unit tests in order to ensure test schemas
    are still correctly created.

    DocImpact
    Update deployment documentation accordingly.

    Closes-Bug: #1207402

    Change-Id: Ie4ee5507888ecad5f6dc32ce7a029c43014687a2
    Co-Authored-By: Henry Gessau <email address hidden>