From 8d9bb69dc8ad1ca25ae5f4b1afd145e36663391e Mon Sep 17 00:00:00 2001 From: ibumarskov Date: Tue, 31 Jan 2017 15:27:12 +0400 Subject: [PATCH] [Doc] Version of DVS plugin has been fixed Release notes for version 3.1.1 were updated Change-Id: I1f4763bf02a7f03adec67801ae5b95d78d2920dd --- docs/test_plan/conf.py | 6 +++--- docs/test_plan/source/vmware_dvs_test_plan.rst | 6 +++--- docs/user_guide/conf.py | 6 +++--- docs/user_guide/install.rst | 6 +++--- docs/user_guide/intro.rst | 2 +- docs/user_guide/limitations.rst | 2 +- docs/user_guide/prerequisites.rst | 2 +- docs/user_guide/release_notes.rst | 5 +++++ docs/user_guide/remove.rst | 2 +- docs/user_guide/requirements.rst | 4 ++-- 10 files changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/test_plan/conf.py b/docs/test_plan/conf.py index 0438d13..50dac21 100644 --- a/docs/test_plan/conf.py +++ b/docs/test_plan/conf.py @@ -56,16 +56,16 @@ master_doc = 'index' # General information about the project. project = u'Fuel VMware DVS plugin' -copyright = u'2016, Mirantis Inc.' # noqa +copyright = u'2017, Mirantis Inc.' # noqa # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y.Z version. -version = '3.1.0' +version = '3.1.1' # The full version, including alpha/beta/rc tags. -release = '3.1-3.1.0-1' +release = '3.1-3.1.1-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/test_plan/source/vmware_dvs_test_plan.rst b/docs/test_plan/source/vmware_dvs_test_plan.rst index 62e9826..5e49053 100644 --- a/docs/test_plan/source/vmware_dvs_test_plan.rst +++ b/docs/test_plan/source/vmware_dvs_test_plan.rst @@ -1,5 +1,5 @@ ============================================= -Test Plan for VMware DVS plugin version 3.1.0 +Test Plan for VMware DVS plugin version 3.1.1 ============================================= ************ @@ -69,7 +69,7 @@ Product compatibility matrix - Version - Comment * - MOS - - 9.1 with Mitaka + - 9.2 with Mitaka - * - Operating System - Ubuntu 14.04 @@ -94,7 +94,7 @@ Evaluation Mission and Test Motivation The main goal of the project is to build a MOS plugin that integrates the Neutron ML2 Driver For VMware vCenter DVS. This will allow to use Neutron for networking in VMware-related environments. The plugin must be compatible -with the version 9.1 of Mirantis OpenStack and should be tested with the +with the version 9.2 of Mirantis OpenStack and should be tested with the software/hardware described in `product compatibility matrix`_. See the VMware DVS Plugin specification for more details. diff --git a/docs/user_guide/conf.py b/docs/user_guide/conf.py index 320a80f..d406edf 100644 --- a/docs/user_guide/conf.py +++ b/docs/user_guide/conf.py @@ -57,16 +57,16 @@ master_doc = 'index' # General information about the project. project = u'Fuel VMware DVS plugin' -copyright = u'2016, Mirantis Inc.' # noqa +copyright = u'2017, Mirantis Inc.' # noqa # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.1.0' +version = '3.1.1' # The full version, including alpha/beta/rc tags. -release = '3.1-3.1.0-1' +release = '3.1-3.1.1-1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/user_guide/install.rst b/docs/user_guide/install.rst index c305fd6..a767789 100644 --- a/docs/user_guide/install.rst +++ b/docs/user_guide/install.rst @@ -20,7 +20,7 @@ Before you proceed with the VMware DVS plugin installation, verify that: .. code-block:: console - $ scp fuel-plugin-vmware-dvs-3.1-3.1.0-1.noarch.rpm :/tmp + $ scp fuel-plugin-vmware-dvs-3.1-3.1.1-1.noarch.rpm :/tmp #. Log in to the Fuel Master node CLI as root. @@ -28,7 +28,7 @@ Before you proceed with the VMware DVS plugin installation, verify that: .. code-block:: console - # fuel plugins --install /tmp/fuel-plugin-vmware-dvs-3.1-3.1.0-1.noarch.rpm + # fuel plugins --install /tmp/fuel-plugin-vmware-dvs-3.1-3.1.1-1.noarch.rpm #. Verify that the plugin was installed successfully: @@ -39,7 +39,7 @@ Before you proceed with the VMware DVS plugin installation, verify that: +------+--------------------------+-----------+--------------------+ | id | name | version | package_version | +------+--------------------------+-----------+--------------------+ - | 2 | fuel-plugin-vmware-dvs | 3.1.0 | 4.0.0 | + | 2 | fuel-plugin-vmware-dvs | 3.1.1 | 4.0.0 | +------+--------------------------+-----------+--------------------+ #. Proceed to :ref:`configure_env`. diff --git a/docs/user_guide/intro.rst b/docs/user_guide/intro.rst index fe52c44..ba19ceb 100644 --- a/docs/user_guide/intro.rst +++ b/docs/user_guide/intro.rst @@ -2,7 +2,7 @@ Introduction ------------ The purpose of this document is to describe how to install, configure, -and use the VMware DVS plugin 3.1.0 for Fuel 9.1. +and use the VMware DVS plugin 3.1.1 for Fuel 9.2. Mirantis OpenStack supports using vCenter as a hypervisor on vCenter-only or heterogeneous environments that are mixed with KVM. The vmware_dvs driver for diff --git a/docs/user_guide/limitations.rst b/docs/user_guide/limitations.rst index e0fd98b..2111ed9 100644 --- a/docs/user_guide/limitations.rst +++ b/docs/user_guide/limitations.rst @@ -1,7 +1,7 @@ Limitations ----------- -The VMware DVS plugin 3.1.0 for Fuel has the following limitations: +The VMware DVS plugin 3.1.1 for Fuel has the following limitations: * The plugin is enabled only on environments with Neutron as the networking option. diff --git a/docs/user_guide/prerequisites.rst b/docs/user_guide/prerequisites.rst index 174e50f..732ab66 100644 --- a/docs/user_guide/prerequisites.rst +++ b/docs/user_guide/prerequisites.rst @@ -7,7 +7,7 @@ Before you install and start using the VMware DVS plugin on Fuel, complete the following steps: #. Install and set up - `Fuel 9.1 `__. + `Fuel 9.2 `__. #. Plan the vSphere integration. For details, see `Mirantis OpenStack Planning Guide `_. diff --git a/docs/user_guide/release_notes.rst b/docs/user_guide/release_notes.rst index 2267618..4dd91f8 100644 --- a/docs/user_guide/release_notes.rst +++ b/docs/user_guide/release_notes.rst @@ -1,6 +1,11 @@ Release notes ------------- +The VMware DVS plugin 3.1.1 contains the following updates: + +* Plugin is compatible with Fuel 9.2 +* Fix bug `LP1590403 `_. + The VMware DVS plugin 3.1.0 contains the following updates: * Added support of multiple uplinks on VDS. diff --git a/docs/user_guide/remove.rst b/docs/user_guide/remove.rst index 72f0004..2d96689 100644 --- a/docs/user_guide/remove.rst +++ b/docs/user_guide/remove.rst @@ -15,7 +15,7 @@ To uninstall VMware DVS plugin, follow the steps below: .. code-block:: console - # fuel plugins --remove fuel-plugin-vmware-dvs==3.1.0 + # fuel plugins --remove fuel-plugin-vmware-dvs==3.1.1 #. Verify whether the VMware DVS plugin was uninstalled successfully: diff --git a/docs/user_guide/requirements.rst b/docs/user_guide/requirements.rst index 3cbbb8d..9a87781 100644 --- a/docs/user_guide/requirements.rst +++ b/docs/user_guide/requirements.rst @@ -1,7 +1,7 @@ Requirements ------------ -The VMware DVS plugin 3.1.0 for Fuel has the following requirements: +The VMware DVS plugin 3.1.1 for Fuel has the following requirements: -* Fuel 9.1 on Mitaka +* Fuel 9.2 on Mitaka * vCenter 5.5/6.0