Dynamic routing services for OpenStack Neutron.
Go to file
vikram.choudhary 61a933f105 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
2016-05-03 15:50:51 +00:00
doc/source Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
neutron_dynamic_routing Added alembic DB migration framework 2016-05-03 15:50:51 +00:00
releasenotes Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
tools Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.coveragerc Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.gitignore Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.gitreview Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.mailmap Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.pylintrc Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.testr.conf Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
CONTRIBUTING.rst Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
HACKING.rst Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
LICENSE Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
MANIFEST.in Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
README.rst Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
TESTING.rst Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
babel.cfg Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
requirements.txt Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
setup.cfg Added alembic DB migration framework 2016-05-03 15:50:51 +00:00
setup.py Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
test-requirements.txt Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
tox.ini Added alembic DB migration framework 2016-05-03 15:50:51 +00:00

README.rst

Welcome!

This package contains the code for the Neutron dynamic routing. This package requires Neutron to run.

External Resources:

The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. We use a single Launchpad page for all Neutron projects.

Code is available on git.openstack.org at: <http://git.openstack.org/cgit/openstack/neutron-dynamic-routing>.

Please refer to Neutron documentation for more information: Neutron README.rst