Comment 26 for bug 1560003

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

Reviewed: https://review.openstack.org/310749
Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=61a933f105cad0a764417e1cf9cee9166df8926b
Submitter: Jenkins
Branch: master

commit 61a933f105cad0a764417e1cf9cee9166df8926b
Author: vikram.choudhary <email address hidden>
Date: Thu Apr 28 17:10:36 2016 +0530

    Added alembic DB migration framework

    This patch adds alembic DB migration framework required by
    neutron-dynamic-routing repository for defining new data
    models to realize BGP dynamic routing functionality in neutron.

    Below changes are done as part of this patch-set:
     - Added new alembic migration framework.
     - PEP8 changes for alembic migration check.

    Change-Id: I395ca9541bceda40bbc0c0870e58c18231ba44e9
    Implements: blueprint bgp-spinout
    Partial-Bug: #1560003