We are jazzed to announce the release of: puppet-neutron 9.4.1: Puppet module for OpenStack Neutron This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/puppet-neutron/ For more details, please see below. Changes in puppet-neutron 9.4.0..9.4.1 -------------------------------------- 9d3ed23 Release 9.4.1 769a92b Fix ml2 ovn plugin configuration d3630bd Add option to enable Neutron's SSL middleware f0d3e84 Changes OpenDaylight OVS 'provider_mappings' to allow an array type 38f6a3e Deprecate memcache_servers ad16d18 Fix documentation for log_dir parameter 3a456e1 Make the neutron_l3_agent provider compatible with Puppet 4 40d8501 Enable release notes translation 15ecd74 Changed the home-page to point Openstack Puppet Homepage e4c04ff Move rspec-puppet-facts to spec helper 08a9348 Change worker defaults to ::os_workers 9e7ed55 Added retries for db_sync f374a0b Remove verbose f1a30a9 Update reno for stable/newton 14cea56 Updated Nuage package name for Mitaka release Diffstat (except docs and test files) ------------------------------------- .../neutron_l3_agent_config/ini_setting.rb | 3 +- manifests/agents/metadata.pp | 12 ++++---- manifests/db/sync.pp | 2 ++ manifests/init.pp | 33 ++++----------------- manifests/logging.pp | 11 +------ manifests/plugins/ml2/ovn.pp | 12 ++++---- manifests/plugins/nuage.pp | 2 +- manifests/plugins/ovs/opendaylight.pp | 26 +++++++++-------- manifests/server.pp | 34 +++++++++++++--------- metadata.json | 2 +- ..._parsing-option-to-server-a5a36519b494c018.yaml | 4 +++ ...te_memcache_servers_param-fa8ca364a0e58da7.yaml | 5 ++++ ...fix_log_dir_documentation-62f9d418f97fe629.yaml | 3 ++ ..._modify_provider_mappings-e1dfed970a78112b.yaml | 3 ++ ..._workers_for_worker_count-86e95d3d69a8f633.yaml | 5 ++++ .../notes/remove_verbose-a2969f741999c0e5.yaml | 4 +++ ...update_nuage_package_name-0c78ac4911bfea4e.yaml | 5 ++++ releasenotes/source/conf.py | 7 +++-- releasenotes/source/index.rst | 3 +- releasenotes/source/newton.rst | 6 ++++ setup.cfg | 2 +- spec/classes/neutron_agents_metadata_spec.rb | 3 +- spec/classes/neutron_init_spec.rb | 19 ------------ spec/classes/neutron_plugins_ml2_ovn_spec.rb | 14 ++++----- spec/classes/neutron_plugins_nuage_spec.rb | 4 +-- .../neutron_plugins_ovs_opendaylight_spec.rb | 4 +-- spec/classes/neutron_server_spec.rb | 17 +++++++---- spec/spec_helper.rb | 10 +------ 28 files changed, 126 insertions(+), 129 deletions(-)