Skip to content

Commit 2e06a86

Browse files
committed
Add reference to ovn-bgp-agent
Signed-off-by: Konrad Gube <[email protected]>
1 parent 67c20fd commit 2e06a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Standards/scs-xxxx-v1-provider-network-standard.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This works well for shared networks, where servers can be attached directly, but
6767

6868
Making servers in a project-internal network externally accessible through a virtual router is a bit more complicated, though.
6969
One option is for the user to create a subnet with an external IP range for the internal network, and then ask the CSP to configure a static route to the subnet via the gateway IP of a virtual router.
70-
This is cumbersome to set up manually, but can be automated using the `bgp` extension of the Network API, which is implemented by the `neutron-dynamic-routing` project [^bgp].
70+
This is cumbersome to set up manually, but can be automated using the `bgp` extension of the Network API, which is currently implemented both by the `neutron-dynamic-routing` project [^bgp] and by the `ovn` mechanism driver when used with the `ovn-bgp-agent` [^ovn-bgp].
7171
For users, this takes the form of a CSP-managed shared subnet pool, which they can use to create externally routable subnets, limited by a per-project quota.
7272

7373
For IPv6, there is also the option of prefix delegation, where a DHCPv6 server automatically assigns an IPv6 prefix to a subnet when it connects to the external provider network [^pd].
@@ -207,6 +207,7 @@ By default, users **SHOULD** be prohibited by policy from creating RBAC rules fo
207207
## References
208208

209209
[^bgp]: <https://docs.openstack.org/neutron/2024.1/admin/config-bgp-dynamic-routing.html>
210+
[^ovn-bgp]: <https://docs.openstack.org/ovn-bgp-agent/2024.1/readme.html>
210211
[^pd]: <https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html#prefix-delegation>
211212
[^pf]: <https://docs.openstack.org/api-ref/network/v2/index.html#floating-ips-port-forwarding>
212213
[^ds]: <https://docs.openstack.org/neutron/2024.1/admin/config-ipv6.html>

0 commit comments

Comments
 (0)