From 6e597e02d3fe5d0091233bbf349ece5715b76e57 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin.juszkiewicz+kolla@linaro.org>
Date: Mon, 11 Apr 2022 19:10:03 +0200
Subject: [PATCH] doc: do not mention install_type

Change-Id: Ia2f549ba119ac09c4d1e4279baf594a42480511f
---
 .../logging-and-monitoring/monasca-guide.rst  |  8 -------
 doc/source/user/quickstart.rst                | 22 -------------------
 2 files changed, 30 deletions(-)

diff --git a/doc/source/reference/logging-and-monitoring/monasca-guide.rst b/doc/source/reference/logging-and-monitoring/monasca-guide.rst
index 2c04f7bdb0..df5dd5a420 100644
--- a/doc/source/reference/logging-and-monitoring/monasca-guide.rst
+++ b/doc/source/reference/logging-and-monitoring/monasca-guide.rst
@@ -76,14 +76,6 @@ logs with index patterns matching either ``^flog-.*`` or ``^monasca-.*`` by
 default. If this is undesirable, then you can update the
 ``elasticsearch_curator_index_pattern`` variable accordingly.
 
-Currently Monasca is only supported using the ``source`` install type Kolla
-images. If you are using the ``binary`` install type you should set the
-following override in ``/etc/kolla/globals.yml``:
-
-.. code-block:: yaml
-
-   monasca_install_type: "source"
-
 Stand-alone configuration (optional)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index e8d9d76292..a7b0bc6719 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -391,28 +391,6 @@ There are a few options that are required to deploy Kolla Ansible:
 
      kolla_base_distro: "centos"
 
-  Next "type" of installation needs to be configured.
-  Choices are:
-
-  binary
-   using repositories like apt or dnf
-
-  source (default)
-   using raw source archives, git repositories or local source directory
-
-  .. note::
-
-     This only affects OpenStack services. Infrastructure services are
-     always "binary".
-
-  .. note::
-
-     Source builds are proven to be slightly more reliable than binary.
-
-  .. code-block:: console
-
-     kolla_install_type: "source"
-
 * Networking
 
   Kolla Ansible requires a few networking options to be set.