From 7751ac32a7e0119cdef7efccf2282f695f6055c3 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Wed, 11 Jan 2023 17:13:49 -0500 Subject: Add info on segments extension to contrib guide Add link from segments extension doc to routed networks spec, which explains the use case. Trivialfix Closes-bug: #1747028 Change-Id: I8af639bc44924582135d3cc94196b3c9b3ca4b5d --- doc/source/contributor/internals/segments.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/source/contributor/internals/segments.rst b/doc/source/contributor/internals/segments.rst index 5c77a0f6cd..78b7b51a2a 100644 --- a/doc/source/contributor/internals/segments.rst +++ b/doc/source/contributor/internals/segments.rst @@ -19,6 +19,8 @@ Neutron has an extension that allows CRUD operations on the ``/segments`` resource in the API, that corresponds to the ``NetworkSegment`` entity in the DB layer. The extension is implemented as a service plug-in. +Details about the DB models, API extension, and use cases can be found here: `routed networks spec `_ + .. note:: The ``segments`` service plug-in is not configured by default. To configure it, add ``segments`` to the ``service_plugins`` parameter in ``neutron.conf`` -- cgit v1.2.1