From 59fb0c1f7643ef0cf12ec541d770b66884655b37 Mon Sep 17 00:00:00 2001 From: Adrian Moreno Date: Tue, 1 Dec 2015 13:16:58 +0100 Subject: [PATCH] Updated README with new plugin version Change-Id: I17c4be8bdf3a783fcc08d7a18541ac1538ab416a --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd9b78f..b7e2190 100644 --- a/README.md +++ b/README.md @@ -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@:/tmp/ + $ scp scaleio-1.0-1.0.0-1.noarch.rpm root@:/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