Comment 17 for bug 1499033

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

Reviewed: https://review.openstack.org/229135
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f3bb778dcb213d81aa62e504afb10b3bac614bb4
Submitter: Jenkins
Branch: stable/liberty

commit f3bb778dcb213d81aa62e504afb10b3bac614bb4
Author: Henry Gessau <email address hidden>
Date: Sun Sep 27 15:36:59 2015 -0400

    Tag the alembic migration revisions for Liberty

    Previously when we had one repo with one alembic branch we would
    create a milestone revision on that single branch. Now we have
    multiple repos and expand/contract branches for each repo.

    So from now on we tag the final revision on every branch when we make
    a milestone release. Update the cli to support the command:
      neutron-db-manage upgrade <milestone>
    where <milestone> becomes an alias for all the revisions for a
    milestone.

    Closes-Bug: #1499033

    Change-Id: I38623986dd574bec01fe147f9c6a747f3f512bb7
    (cherry picked from commit 52236764a3a7c23ec24a86ccb84bc6737e2a4791)
    Conflicts:
            neutron/db/migration/cli.py
     neutron/tests/unit/db/test_migration.py