From 69ec50181f64e965acd8b49e9f33142490bb82d4 Mon Sep 17 00:00:00 2001
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 22 Jul 2016 10:26:29 +0200
Subject: [PATCH] Remove debconf from neutron-compute-install.rst

This is a very small tiny patch, removing any Debian specific,
falling back to what's done for Ubuntu.

Change-Id: Idd023b1a2bc32fec673d0677b8d5dfd36208e437
---
 .../source/neutron-compute-install.rst        | 27 +------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

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
 ------------------------------