Update plugin version to 1.0.1

Update following Mirantis' feedback

Change-Id: I9cfb7fd63e7297167a143e7338f45d2b93c34e62
This commit is contained in:
Bob Ball 2015-09-24 13:27:18 +01:00
parent b98455c045
commit 3d2e9b1c6a
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ Requirement Version/Comment
========================= =============== ========================= ===============
Fuel 6.1 Fuel 6.1
XenServer 6.5 SP1 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 * This plugin will not install XenServer or configure the Virtual

View File

@ -11,14 +11,14 @@ To install the XenServer Fuel plugin:
#. Copy the *rpm* file to the Fuel Master node: #. 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 #. Log into Fuel Master node and install the plugin using the
`Fuel CLI <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#using-fuel-cli>`_: `Fuel CLI <https://docs.mirantis.com/openstack/fuel/fuel-6.1/user-guide.html#using-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: #. Verify that the plugin is installed correctly:
:: ::
@ -26,7 +26,7 @@ To install the XenServer Fuel plugin:
[root@fuel-master ~]# fuel plugins [root@fuel-master ~]# fuel plugins
id | name | version | package_version 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 Add Management Network tool
--------------------------- ---------------------------

View File

@ -3,7 +3,7 @@ name: fuel-plugin-xenserver
# Human-readable name for your plugin # Human-readable name for your plugin
title: XenServer Plugin title: XenServer Plugin
# Plugin version # Plugin version
version: '0.4.0' version: '1.0.1'
# Description # Description
description: Enable Mirantis OpenStack to integrate with Xenserver description: Enable Mirantis OpenStack to integrate with Xenserver
# Required fuel version # Required fuel version