Dynamic routing services for OpenStack Neutron.
Go to file
Boden R 979b676e3a use payloads for ROUTER_GATEWAY events
This patch switches the code over to the payload style of callbacks [1]
for ROUTER_GATEWAY events for those that are not using them yet.
The unit tests are also updated where needed to account for the
payload style callbacks and publish() method. Finally the patch
normalizes the passing of gateway IPs which are currently referred to
as 'gw_ips' and 'gateway_ips' depending on the event; now all events use
'gateway_ips'.

Depends-On: https://review.opendev.org/#/c/638274/

[1] https://docs.openstack.org/neutron-lib/latest/contributor/callbacks.html

Change-Id: I8f797f31b3413e4879400ad2832539314d6e9cfc
2019-07-30 11:19:55 -06:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08:00
doc/source Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08:00
etc doc: Add policy reference 2019-02-14 09:13:52 +00:00
neutron_dynamic_routing use payloads for ROUTER_GATEWAY events 2019-07-30 11:19:55 -06:00
playbooks Convert CI jobs to python 3 2019-05-21 13:58:53 -05:00
releasenotes Update master for stable/stein 2019-03-21 21:39:59 +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 OpenDev Migration Patch 2019-04-19 19:40:26 +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 Add Python 3 Train unit tests 2019-07-05 13:51:37 -04:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08: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 Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08:00
TESTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-13 21:09:03 +08:00
babel.cfg Prepare initial sandbox for neutron-dynamic-routing 2016-04-23 04:11:57 +00:00
lower-constraints.txt Bump neutron version dependency 2019-05-08 10:10:01 -05:00
requirements.txt Bump neutron version dependency 2019-05-08 10:10:01 -05:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 13:51:37 -04:00
setup.py Updated from global requirements 2017-03-02 11:48:43 +00:00
test-requirements.txt Updated from global requirements 2019-05-08 14:12:25 +09:00
tox.ini Add Python 3 Train unit tests 2019-07-05 13:51:37 -04: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 opendev.org at: https://opendev.org/openstack/neutron-dynamic-routing

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

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/neutron-dynamic-routing/