Merge "[OVN][DOC] Update path to L3RouterPlugin"

This commit is contained in:
Zuul 2020-05-25 09:48:13 +00:00 committed by Gerrit Code Review
commit 673c5cb52b
1 changed files with 13 additions and 11 deletions

View File

@ -27,21 +27,23 @@ Packaging
--------- ---------
Open vSwitch (OVS) includes OVN beginning with version 2.5 and considers Open vSwitch (OVS) includes OVN beginning with version 2.5 and considers
it experimental. The Networking service integration for OVN is now one of it experimental. From version 2.13 OVN has been released as separate project.
the in-tree Neutron drivers so should be delivered with ``neutron`` package, The Networking service integration for OVN is now one of the in-tree Neutron
but older versions of this integration were delivered with independent drivers so should be delivered with ``neutron`` package, but older versions of
package, typically ``networking-ovn``. this integration were delivered with independent package, typically ``networking-ovn``.
Building OVS from source automatically installs OVN. For deployment tools Building OVS from source automatically installs OVN for releases older than 2.13.
using distribution packages, the ``openvswitch-ovn`` package for RHEL/CentOS For newer releases it is required to build OVS and OVN separately.
and compatible distributions automatically installs ``openvswitch`` as a For deployment tools using distribution packages, the ``openvswitch-ovn``
dependency. Ubuntu/Debian includes ``ovn-central``, ``ovn-host``, package for RHEL/CentOS and compatible distributions automatically installs
``openvswitch`` as a dependency. Ubuntu/Debian includes ``ovn-central``, ``ovn-host``,
``ovn-docker``, and ``ovn-common`` packages that pull in the appropriate Open ``ovn-docker``, and ``ovn-common`` packages that pull in the appropriate Open
vSwitch dependencies as needed. vSwitch dependencies as needed.
A ``python-networking-ovn`` RPM may be obtained for Fedora or CentOS from A ``python-networking-ovn`` RPM may be obtained for Fedora or CentOS from
the RDO project. A package based on the ``master`` branch of the RDO project. Since Ussuri release OVN driver is shipped with ``neutron`` package.
``networking-ovn`` can be found at https://trunk.rdoproject.org/. A package based on the older branch of ``networking-ovn`` can be found at
https://trunk.rdoproject.org/.
Fedora and CentOS RPM builds of OVS and OVN from the ``master`` branch of Fedora and CentOS RPM builds of OVS and OVN from the ``master`` branch of
``ovs`` can be found in this COPR repository: ``ovs`` can be found in this COPR repository:
@ -144,7 +146,7 @@ primary node. See the :doc:`/ovn/faq/index` for more information.
[DEFAULT] [DEFAULT]
... ...
service_plugins = networking_ovn.l3.l3_ovn.OVNL3RouterPlugin service_plugins = neutron.services.ovn_l3.plugin:OVNL3RouterPlugin
#. Configure the ML2 plug-in. Edit the #. Configure the ML2 plug-in. Edit the
``/etc/neutron/plugins/ml2/ml2_conf.ini`` file: ``/etc/neutron/plugins/ml2/ml2_conf.ini`` file: