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
This commit is contained in:
Brian Haley 2023-01-11 17:13:49 -05:00
parent 133960c097
commit 7751ac32a7

View File

@ -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 resource in the API, that corresponds to the ``NetworkSegment`` entity in the
DB layer. The extension is implemented as a service plug-in. 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 .. note:: The ``segments`` service plug-in is not configured by default. To
configure it, add ``segments`` to the ``service_plugins`` parameter in configure it, add ``segments`` to the ``service_plugins`` parameter in
``neutron.conf`` ``neutron.conf``