Dynamic routing services for OpenStack Neutron.
Go to file
Boden R 51986c5f75 stop using common db mixin methods
All of the methods of common db mixin are available via neutron-lib
and the mixin will be removed before long.
This patch switches the code over to use neutron-lib's APIs rather
than those of the mixin.

This commit also includes the following unrelated change
to pass the gate.
----------------------------------------
tox.ini: Remove symbolic links to fix issues in py3 jobs

2019-02-11 21:38:47.092425 | ubuntu-xenial | py35 runtests: commands[1] | find . -type d -name __pycache__ -delete
2019-02-11 21:38:47.093110 | ubuntu-xenial | setting PATH=/home/zuul/src/git.openstack.org/openstack/neutron-dynamic-routing/.tox/py35/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2019-02-11 21:38:47.097926 | ubuntu-xenial |   /home/zuul/src/git.openstack.org/openstack/neutron-dynamic-routing$ /usr/bin/find . -type d -name __pycache__ -delete
2019-02-11 21:38:47.101454 | ubuntu-xenial | /usr/bin/find: cannot delete ‘./.tox/py35/lib/python3.5/plat-x86_64-linux-gnu/__pycache__’: Directory not empty
2019-02-11 21:38:47.101813 | ubuntu-xenial | /usr/bin/find: cannot delete ‘./.tox/py35/lib/python3.5/collections/__pycache__’: Directory not empty
2019-02-11 21:38:47.102118 | ubuntu-xenial | /usr/bin/find: cannot delete ‘./.tox/py35/lib/python3.5/encodings/__pycache__’: Directory not empty
2019-02-11 21:38:47.304506 | ubuntu-xenial | /usr/bin/find: cannot delete ‘./.tox/py35/lib/python3.5/importlib/__pycache__’: Directory not empty
2019-02-11 21:38:47.309574 | ubuntu-xenial | ERROR: InvocationError for command '/usr/bin/find . -type d -name __pycache__ -delete' (exited with code 1)
----------------------------------------

Change-Id: If4fa99d98e9507d9fefa84cd39d7d1d3381801a0
2019-02-20 11:51:04 +09:00
devstack Merge "Convert policy.json into policy-in-code" 2018-12-27 17:19:16 +00:00
doc/source doc: Add policy reference 2019-02-14 09:13:52 +00:00
etc doc: Add policy reference 2019-02-14 09:13:52 +00:00
neutron_dynamic_routing stop using common db mixin methods 2019-02-20 11:51:04 +09:00
playbooks Merge "Remove setting of DEVSTACK_GATE_EXERCISES" 2019-01-15 13:42:01 +00:00
releasenotes Update reno for stable/rocky 2018-08-09 21:52:55 +00:00
tools Switch to stestr 2018-06-07 13:18:53 +02:00
.coveragerc Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
.gitignore doc: Add policy reference 2019-02-14 09:13:52 +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 Remove last vestiges of oslo-incubator 2016-11-03 22:39:20 -04:00
.stestr.conf Fix unit tests and test configuration 2017-09-13 14:08:41 -06:00
.zuul.yaml Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
CONTRIBUTING.rst Optimize the link address for fetching git code 2017-03-24 07:00:15 +00:00
HACKING.rst Optimize the link address for fetching git code 2017-03-24 07:00:15 +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 rearrange content to fit the new standard layout 2017-07-07 08:21:11 +00:00
TESTING.rst Optimize the link address for fetching git code 2017-03-24 07:00:15 +00:00
babel.cfg Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
lower-constraints.txt Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
requirements.txt Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
setup.cfg Merge "Change openstack-dev to openstack-discuss" 2018-12-27 19:26:19 +00:00
setup.py Updated from global requirements 2017-03-02 11:48:43 +00:00
test-requirements.txt Migrate neutron-dynamic-routing from Ryu to os-ken 2018-12-18 14:03:13 -06:00
tox.ini stop using common db mixin methods 2019-02-20 11:51:04 +09:00

README.rst

Team and repository tags

image

This package contains neutron-dynamic-routing code which depends upon neutron and it's related libraries to run.

Project Resources

The homepage for Neutron is: https://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: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing

Refer to Neutron documentation for more information: Neutron README.rst