Add release notes for version 3.0.0

Also bump documentation version to 3.0 in conf.py.

Closes-bug: #1587814
Change-Id: Ic775d1f8d8b3d11f7d42fd93c6e865e9ff24ab94
This commit is contained in:
Igor Zinovik 2016-06-15 15:09:04 +03:00
parent bab9541d9f
commit ea76ad5ead
3 changed files with 19 additions and 4 deletions

View File

@ -44,16 +44,16 @@ master_doc = 'index'
# General information about the project.
project = u'Fuel NSXv plugin'
copyright = u'2015, Mirantis Inc.'
copyright = u'2016, Mirantis Inc.'
# 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 = '2.0.0'
version = '3.0.0'
# The full version, including alpha/beta/rc tags.
release = '2.0-2.0.0-1'
release = '3.0-3.0.0-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -13,8 +13,11 @@ Plugin can work with VMware NSX 6.1.3, 6.1.4, 6.2.1.
Plugin versions:
* 3.x.x series is compatible with Fuel 9.0. Tests were performed on plugin v3.0 with
VMware NSX 6.2.0 and vCenter 5.5.
* 2.x.x series is compatible with Fuel 8.0. Tests were performed on plugin v2.0 with
VMware NSX 6.2 and vCenter 5.5.
VMware NSX 6.2.0 and vCenter 5.5.
* 1.x.x series is compatible with Fuel 7.0. Tests were performed on plugin v1.2 with
VMware NSX 6.1.4 and vCenter 5.5.

View File

@ -1,6 +1,18 @@
Release notes
=============
Release notes for Fuel NSXv plugin 3.0.0:
* Plugin is compatible with Fuel 9.0.
* Plugin settings were moved to Networks tab.
* Roles that are not applicable to environment with the plugin are hidden.
* Novas timeout of HTTP requests to Neutron was increased up to 900 seconds.
On big amount of requests neutron may be busy for a long period of time.
* User can assign nova-api-metadata to listen OpenStack public or management
network.
* LBaaS v2 support gets configured by default.
* Troubleshooting section was added to plugin guide.
Release notes for Fuel NSXv plugin 2.0.0:
* Plugin is compatible with Fuel 8.0.