summaryrefslogtreecommitdiff
path: root/doc/source/contributor/internals/segments.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/internals/segments.rst')
-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``