diff --git a/doc/install-guide/source/neutron-compute-install.rst b/doc/install-guide/source/neutron-compute-install.rst index 99161216dd..eb55869ed4 100644 --- a/doc/install-guide/source/neutron-compute-install.rst +++ b/doc/install-guide/source/neutron-compute-install.rst @@ -9,7 +9,7 @@ group>` for instances. Install the components ---------------------- -.. only:: ubuntu +.. only:: ubuntu or debian .. code-block:: console @@ -31,31 +31,6 @@ Install the components # zypper install --no-recommends openstack-neutron-linuxbridge-agent -.. only:: debian - - Install and configure the Networking components - ----------------------------------------------- - - #. .. code-block:: console - - # apt-get install neutron-plugin-linuxbridge-agent - - #. Respond to prompts for ``database management``, ``Identity service - credentials``, ``service endpoint``, and ``message queue credentials``. - - #. Select the ML2 plug-in: - - .. image:: figures/debconf-screenshots/neutron_1_plugin_selection.png - :alt: Neutron plug-in selection dialog - - .. note:: - - Selecting the ML2 plug-in also populates the ``service_plugins`` and - ``allow_overlapping_ips`` options in the - ``/etc/neutron/neutron.conf`` file with the appropriate values. - -.. only:: ubuntu or rdo or obs - Configure the common component ------------------------------