Update README.md

The plugin format is now RPM.

Change-Id: Iea6d81d55ba590fc809df5c39876a04f66982139
This commit is contained in:
Simon Pasquier 2015-03-25 11:58:11 +01:00
parent 0d683fb11f
commit 3f0ed0b289
1 changed files with 7 additions and 2 deletions

View File

@ -49,13 +49,13 @@ To install the LMA Collector plugin, follow these steps:
2. Copy the plugin file to the Fuel Master node.
```
scp lma_collector-1.0.0.fp root@<IP address>:
scp lma_collector-6.1-6.1.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install lma_collector-1.0.0.fp
fuel plugins --install lma_collector-6.1-6.1.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -64,6 +64,11 @@ To install the LMA Collector plugin, follow these steps:
fuel plugins --list
```
Please refer to the [Fuel Plugins
wiki](https://wiki.openstack.org/wiki/Fuel/Plugins) if you want to build the
plugin by yourself, version 2.0.0 (or higher) of the Fuel Plugin Builder is
required.
User Guide
==========