From fb3c2355a627bcc9614043d4261fce88825d76fd Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Mon, 2 Oct 2017 09:50:11 +0900 Subject: [PATCH] Remove installation guide for openSUSE and SLES Since packages for openSUSE and SLES are not provided, this patch removes installation guide for openSUSE and SLES. Change-Id: Ic15d8c4b262e935c7acaef41e18960d0b259d5c9 Closes-Bug: #1715032 --- doc/source/install/install-obs.rst | 35 ------------------------------ doc/source/install/install.rst | 1 - 2 files changed, 36 deletions(-) delete mode 100644 doc/source/install/install-obs.rst diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst deleted file mode 100644 index 6b3a48a2d..000000000 --- a/doc/source/install/install-obs.rst +++ /dev/null @@ -1,35 +0,0 @@ -.. _install-obs: - - -Install and configure for openSUSE and SUSE Linux Enterprise -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -This section describes how to install and configure the Infrastructure -Optimization service for openSUSE Leap 42.1 and -SUSE Linux Enterprise Server 12 SP1. - -.. include:: common_prerequisites.rst - -Install and configure components --------------------------------- - -#. Install the packages: - - .. code-block:: console - - # zypper --quiet --non-interactive install - -.. include:: common_configure.rst - - -Finalize installation ---------------------- - -Start the Infrastructure Optimization services and configure them to start when -the system boots: - -.. code-block:: console - - # systemctl enable openstack-watcher-api.service - - # systemctl start openstack-watcher-api.service diff --git a/doc/source/install/install.rst b/doc/source/install/install.rst index e6c88838b..bf323a0bf 100644 --- a/doc/source/install/install.rst +++ b/doc/source/install/install.rst @@ -15,6 +15,5 @@ Note that installation and configuration vary by distribution. .. toctree:: :maxdepth: 2 - install-obs.rst install-rdo.rst install-ubuntu.rst