Merge "[Docs] Minor edits"

This commit is contained in:
Jenkins 2016-10-25 08:53:05 +00:00 committed by Gerrit Code Review
commit f5a6291989
2 changed files with 13 additions and 5 deletions

View File

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

View File

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