Comment 5 for bug 1552935

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

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

commit 9ba57b8c23bf08c08f89c8f49a5514e14454701a
Author: Henry Gessau <email address hidden>
Date: Thu Mar 3 20:30:54 2016 -0500

    Tag the alembic migration revisions for Mitaka

    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
    now we tag the final revision on every branch when we make a
    milestone release.

    The database can be upgraded with the command:
      neutron-db-manage upgrade <milestone>
    where <milestone> is an alias for all the revisions for a
    milestone.

    Partial-Bug: #1552935

    Change-Id: I44456a8389b761bc9e0f35845b90671daddf3b59