From 3d2e9b1c6a1fc37c0a5861ad4ec424244deca136 Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Thu, 24 Sep 2015 13:27:18 +0100 Subject: [PATCH] Update plugin version to 1.0.1 Update following Mirantis' feedback Change-Id: I9cfb7fd63e7297167a143e7338f45d2b93c34e62 --- doc/content/description.rst | 2 +- doc/content/installation.rst | 6 +++--- metadata.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/content/description.rst b/doc/content/description.rst index 70ef637..c668ca8 100644 --- a/doc/content/description.rst +++ b/doc/content/description.rst @@ -14,7 +14,7 @@ Requirement Version/Comment ========================= =============== Fuel 6.1 XenServer 6.5 SP1 -XenServer plugin for Fuel 1.0.0 +XenServer plugin for Fuel 1.0.1 ========================= =============== * This plugin will not install XenServer or configure the Virtual diff --git a/doc/content/installation.rst b/doc/content/installation.rst index a0b4e36..b09be26 100644 --- a/doc/content/installation.rst +++ b/doc/content/installation.rst @@ -11,14 +11,14 @@ To install the XenServer Fuel plugin: #. Copy the *rpm* file to the Fuel Master node: :: - [root@home ~]# scp fuel-plugin-xenserver-1.0-1.0.0-1.noarch.rpm root@fuel-master:/tmp + [root@home ~]# scp fuel-plugin-xenserver-1.0-1.0.1-1.noarch.rpm root@fuel-master:/tmp #. Log into Fuel Master node and install the plugin using the `Fuel CLI `_: :: - [root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-1.0-1.0.0-1.noarch.rpm + [root@fuel-master ~]# fuel plugins --install /tmp/fuel-plugin-xenserver-1.0-1.0.1-1.noarch.rpm #. Verify that the plugin is installed correctly: :: @@ -26,7 +26,7 @@ To install the XenServer Fuel plugin: [root@fuel-master ~]# fuel plugins id | name | version | package_version ---|-----------------------|---------|---------------- - 9 | fuel-plugin-xenserver | 1.0.0 | 2.0.0 + 9 | fuel-plugin-xenserver | 1.0.1 | 2.0.0 Add Management Network tool --------------------------- diff --git a/metadata.yaml b/metadata.yaml index d690824..561924a 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: fuel-plugin-xenserver # Human-readable name for your plugin title: XenServer Plugin # Plugin version -version: '0.4.0' +version: '1.0.1' # Description description: Enable Mirantis OpenStack to integrate with Xenserver # Required fuel version