Updated README with new plugin version

Change-Id: I17c4be8bdf3a783fcc08d7a18541ac1538ab416a
This commit is contained in:
Adrian Moreno 2015-12-01 13:16:58 +01:00
parent 1e01f1dc84
commit 59fb0c1f76
1 changed files with 4 additions and 4 deletions

View File

@ -34,12 +34,12 @@ To install the ScaleIO plugin, follow these steps:
2. Copy the plugin file to the Fuel Master node. Follow the [Quick start guide](https://software.mirantis.com/quick-start/) if you don't have a running Fuel Master node yet.
```
$ scp scaleio-0.1-0.1.5-0.noarch.rpm root@<Fuel Master node IP address>:/tmp/
$ scp scaleio-1.0-1.0.0-1.noarch.rpm root@<Fuel Master node IP address>:/tmp/
```
3. Log into the Fuel Master node and install the plugin using the fuel command line.
```
$ fuel plugins --install /tmp/scaleio-0.1-0.1.5-0.noarch.rpm
$ fuel plugins --install /tmp/scaleio-1.0-1.0.0-1.noarch.rpm
```
4. Verify that the plugin is installed correctly.
@ -91,12 +91,12 @@ need further instructions about how to build the Fuel Plugin Builder.*
7. Now you have created an RPM file that you can install using the steps described above. The RPM file will be located in:
```
$ ./fuel-plugin-scaleio/scaleio-0.1-0.1.5-1.noarch.rpm
$ ./fuel-plugin-scaleio/scaleio-1.0-1.0.0-1.noarch.rpm
```
# User Guide
Please read the [ScaleIO Plugin User Guide](doc).
Please read the [ScaleIO Plugin User Guide](doc/source).
# Contributions