[puppet] puppet-neutron 11.2.0 (pike)
We are pumped to announce the release of: puppet-neutron 11.2.0: Puppet module for OpenStack Neutron This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-neutron/ For more details, please see below. 11.2.0 ^^^^^^ New Features ************ * Additional support for Nuage is added in neutron, as a result of which Nuage can be plugged into neutron as ML2 mechanism driver. This feature is in addition to the option of usign Nuage as the core plugin. This change adds neutron::plugins::ml2::nuage * Adds support for host config for OVS when used with OpenDaylight pseudo-agent port binding. Upgrade Notes ************* * Deprecated keystone authtoken signing_dir option is removed in Pike. Bug Fixes ********* * Removing the default value for odl_username and odl_password Other Notes *********** * Removed deprecated neutron::services::lbaas::service_providers * Removed deprecated neutron::services::lbaas::package_ensure * Removed deprecated neutron::server::ensure_lbaas_package Changes in puppet-neutron 11.1.0..11.2.0 ---------------------------------------- 63a0004 Adds support for host config and cleanup 48f230e Drop -dev version for Pike M3 f8789d3 Fix lint issues to upgrade to puppet-lint 2.3 e14c128 Update URLs in documents according to document migration 2bb7c50 Fix unit tests 814b9bd Removing the default values for OpenDaylight values f923902 Update resource references for dependencies 1556848 Remove deprecated keystone authtoken signing_dir option 62f49da Fix openstackdocstheme ec5b4bf Cleanup LBaaSv2 files 862f130 Switch from oslosphinx to openstackdocstheme 86906fb Addition of Nuage as mechanism driver for ML2 891dd37 Remove Deprecated LBaaS parameters 60e0a24 Changed author c51e927 Add environment variable 7b08711 Bump version for Pike M3 Dev f2ed255 Update global requirements Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- .../parser/functions/convert_to_json_string.rb | 16 +++ manifests/agents/ml2/ovs.pp | 2 +- manifests/deps.pp | 2 +- manifests/keystone/authtoken.pp | 12 -- manifests/plugins/ml2/nuage.pp | 91 ++++++++++++ manifests/plugins/ovs/opendaylight.pp | 156 +++++++++++++++------ manifests/policy.pp | 2 + manifests/rootwrap.pp | 2 +- manifests/server.pp | 18 +-- manifests/services/lbaas.pp | 40 ------ metadata.json | 12 +- ...dd-nuage-mechanism-driver-99c4fc66da2ae515.yaml | 6 + .../add_odl_host_config-e2b2810cfe9528a7.yaml | 4 + releasenotes/notes/odl-user-8a1aa565c01ea3ef.yaml | 4 + ...ystone_signing_dir_option-94bd42d570c4a419.yaml | 3 + ...e_deprecated_lbaas_params-5a2605748739c8da.yaml | 6 + releasenotes/source/conf.py | 18 ++- setup.cfg | 4 +- spec/classes/neutron_agents_ml2_ovs_spec.rb | 2 +- spec/classes/neutron_plugins_ml2_nuage_spec.rb | 96 +++++++++++++ .../neutron_plugins_ml2_opendaylight_spec.rb | 4 +- .../neutron_plugins_ovs_opendaylight_spec.rb | 57 ++++++-- spec/classes/neutron_services_lbaas_spec.rb | 16 +-- spec/classes/neutron_wsgi_apache_spec.rb | 111 ++++++--------- test-requirements.txt | 6 +- tox.ini | 2 +- 27 files changed, 460 insertions(+), 234 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..a23c7e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org