Comment 10 for bug 1490767

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

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

commit bbaa4abdd5500d30576d63b5a5eb1503363e2f67
Author: Ann Kamyshnikova <email address hidden>
Date: Wed Sep 9 14:32:36 2015 +0300

    Add test to check that correct functions is used in expand/contract

    This test will check that expand branch does not contain drop SQLAlchemy
    operations and contract branch does not contain create/add SQLAlchemy
    operations.

    Partially-Implements: blueprint online-schema-migrations

    Change-Id: Ifda31c0599651931c1a98f673f3b10e64538f18b
    Related-bug: #1490767