Skip to content

Commit

Permalink
neutron-dynamic-routing now works with OVN
Browse files Browse the repository at this point in the history
With [0] the incompatibility between neutron-dynamic-routing and OVN has
been removed. Mark the BGP extensions as supported by OVN and amend the
list of gaps accordingly.

[0] https://review.opendev.org/c/openstack/neutron/+/864051

Change-Id: I773e581e8d044e87e45a10394cca25ecbe7603ad
  • Loading branch information
voyageur authored and osfrickler committed Nov 23, 2022
1 parent bf44e70 commit 4d1a7bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/source/ovn/gaps.rst
Expand Up @@ -8,12 +8,6 @@ It is not a complete list, but is enough to be used as a starting point for
implementors working on closing these gaps. A TODO list for OVN is located
at [1]_.

* BGP support

Neutron-dynamic-routing supports making a tenant subnet routable via BGP, and
can announce host routes for both floating and fixed IP addresses. These
functions are not supported in OVN.

* Baremetal provisioning with iPXE without Neutron DHCP agent for IPv6

The core OVN built-in DHCP server implementation does not
Expand Down
6 changes: 6 additions & 0 deletions neutron/common/ovn/extensions.py
Expand Up @@ -17,6 +17,9 @@
from neutron_lib.api.definitions import allowedaddresspairs
from neutron_lib.api.definitions import auto_allocated_topology
from neutron_lib.api.definitions import availability_zone as az_def
from neutron_lib.api.definitions import bgp
from neutron_lib.api.definitions import bgp_4byte_asn
from neutron_lib.api.definitions import bgp_dragentscheduler
from neutron_lib.api.definitions import default_subnetpools
from neutron_lib.api.definitions import dns
from neutron_lib.api.definitions import dns_domain_keywords
Expand Down Expand Up @@ -161,4 +164,7 @@
logging.ALIAS,
vpn.ALIAS,
vpn_endpoint_groups.ALIAS,
bgp.ALIAS,
bgp_4byte_asn.ALIAS,
bgp_dragentscheduler.ALIAS,
]

0 comments on commit 4d1a7bd

Please sign in to comment.