diff --git a/doc/user/source/install.rst b/doc/user/source/install.rst index d2e2f7b9c..9cc5779f4 100644 --- a/doc/user/source/install.rst +++ b/doc/user/source/install.rst @@ -96,9 +96,17 @@ that file later on. **To install the plugin:** -Now that you have created the RPM file, install the plugin using the -:command:`fuel plugins --install` command: +#. Once you have created the RPM file, install the plugin: -.. code-block:: console + .. code-block:: console - [root@fuel ~] fuel plugins --install ./fuel-plugin-lma-collector/*.noarch.rpm + [root@fuel ~] fuel plugins --install ./fuel-plugin-lma-collector/*.noarch.rpm + +#. Verify that the plugin is installed correctly: + + .. code-block:: console + + [root@fuel ~]# fuel plugins --list + id | name | version | package_version + ---|----------------------|---------|---------------- + 1 | lma_collector | 1.0.0 | 4.0.0 \ No newline at end of file diff --git a/doc/user/source/requirements.rst b/doc/user/source/requirements.rst index 3767bdbc6..90e7a3cde 100644 --- a/doc/user/source/requirements.rst +++ b/doc/user/source/requirements.rst @@ -12,7 +12,7 @@ The StackLight Collector plugin 1.0.0 has the following requirements: +-------------------------------------------------------+-------------------------------------------------------------------+ | Requirement | Version/Comment | +=======================================================+===================================================================+ -| Mirantis OpenStack | 8.0 or 9.0 | +| Mirantis OpenStack | 8.0, 9.x | +-------------------------------------------------------+-------------------------------------------------------------------+ | A running Elasticsearch server (for log analytics) | 1.7.4 or higher, the RESTful API must be enabled over port 9200 | +-------------------------------------------------------+-------------------------------------------------------------------+