6wind-virtual-accelerator-plugin: update release to 3.0.1

This commit updates plugin release to reflect the following
important changes:

- support for 9.1 maintenance update
- rework of plugin UI
- ability to disable security groups

Signed-off-by: Francesco Santoro <francesco.santoro@6wind.com>

Change-Id: Ia3f3d194a12a0b857722f8381b057e883ea31434
This commit is contained in:
Francesco Santoro 2016-11-21 15:47:13 +01:00
parent 66a4a8d7ae
commit 8f4eed3581
4 changed files with 13 additions and 5 deletions

View File

@ -59,7 +59,7 @@ copyright = u'2016, 6WIND SA.'
# The short 1.0-1.0.0-1 version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0-3.0.0-1'
release = '3.0-3.0.1-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -67,19 +67,19 @@ Installing 6WIND Virtual Accelerator Plugin
#. Copy the downloaded rpm to the Fuel Master node:
::
scp 6wind-virtual-accelerator-3.0-3.0.0-1.noarch.rpm <Fuel Master node ip>:/tmp/
scp 6wind-virtual-accelerator-3.0-3.0.1-1.noarch.rpm <Fuel Master node ip>:/tmp/
#. Log into the Fuel Master node and install the plugin
::
ssh <the Fuel Master node ip>
fuel plugins --install /tmp/6wind-virtual-accelerator-3.0-3.0.0-1.noarch.rpm
fuel plugins --install /tmp/6wind-virtual-accelerator-3.0-3.0.1-1.noarch.rpm
#. Now verify that the plugin is correctly installed
::
fuel plugins
3 | 6wind-virtual-accelerator | 3.0.0 | 4.0.0
3 | 6wind-virtual-accelerator | 3.0.1 | 4.0.0
..

View File

@ -1,6 +1,14 @@
Release Notes
=============
Version 3.0.1
-------------
* Support for Fuel 9.1
* Plugin configuration moved to Settings/Compute section
* Removed option to enable/disable ipset for neutron security groups
* Added option to enable/disable neutron security groups
Version 3.0.0
-------------

View File

@ -6,7 +6,7 @@ name: 6wind-virtual-accelerator
# Human-readable name for your plugin
title: 6WIND Virtual Accelerator Fuel plugin
# Plugin version
version: '3.0.0'
version: '3.0.1'
# Description
description: Enable use of 6WIND Virtual Accelerator plugin for Neutron
# Required Fuel version