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.