diff --git a/doc/user/conf.py b/doc/user/conf.py index f6aaf5a..47f1e5c 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -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. diff --git a/doc/user/index.rst b/doc/user/index.rst index d155bef..bc320ac 100644 --- a/doc/user/index.rst +++ b/doc/user/index.rst @@ -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. diff --git a/doc/user/source/release-notes.rst b/doc/user/source/release-notes.rst index 12ec8bc..fb9f858 100644 --- a/doc/user/source/release-notes.rst +++ b/doc/user/source/release-notes.rst @@ -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.