summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Haley <haleyb.dev@gmail.com>2023-01-11 17:13:49 -0500
committerBrian Haley <haleyb.dev@gmail.com>2023-01-11 17:13:49 -0500
commit7751ac32a7e0119cdef7efccf2282f695f6055c3 (patch)
treec48d2c374465fde29474c9363ac88a709a2042d0 /doc
parent133960c097cf3e61fe38194ce3584a470cb69fd3 (diff)
downloadneutron-7751ac32a7e0119cdef7efccf2282f695f6055c3.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/internals/segments.rst2
1 files changed, 2 insertions, 0 deletions
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 <http://specs.openstack.org/openstack/neutron-specs/specs/newton/routed-networks.html>`_
+
.. note:: The ``segments`` service plug-in is not configured by default. To
configure it, add ``segments`` to the ``service_plugins`` parameter in
``neutron.conf``