Fix typo in doc

(cherry picked from commit b7261cd191)

Change-Id: If1173e4a1cbb087a92499dd512cf24101a9d8b41
This commit is contained in:
Swann Croiset 2016-03-29 08:32:06 +02:00
parent 6fd40b3731
commit 4e5a8260f8
1 changed files with 4 additions and 3 deletions

View File

@ -52,11 +52,12 @@ To configure your plugin, you need to follow these steps:
8. `Deploy <http://docs.mirantis.com/openstack/fuel/fuel-8.0/user-guide.html#deploy-changes>`_ your changes.
.. note:: The *LMA Collector Plugin* is a *hot-pluggable* plugin which means that it is possible to install
.. note:: The *LMA Collector Plugin* is a *hot-pluggable* plugin which means that it is possible to deploy
the *LMA Collector* in an environment that is already deployed.
To install the *LMA Collector* in an environment that is already deployed, you need to run
To deploy the *LMA Collector* in an environment that is already deployed, you need to run
the command below from the *Fuel master node*, for every OpenStack node of the current deployment::
$ fuel nodes --env <env_id> --node <node_id> --deploy
[root@nailgun ~]# fuel nodes --env <env_id> --node <node_id> --deploy
.. _plugin_verification: