[puppet] puppet-neutron 11.4.0 (pike)
We are psyched to announce the release of: puppet-neutron 11.4.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.4.0 ^^^^^^ New Features ************ * Adds ability to configure OpenDayight features which will override the default behavior of negotiating features with ODL. * A new systemd service "neutron-destroy-patch-ports" was introduced on RHEL based systems. The service is executed only on boot and its purpose is to clean up patch ports between the Neutron integration bridge and other configured provider bridges. * neutron auth provider has been switch to use keystone API v3. * Add parameter to apacher_wsgi to allow overwrite and/or add additional wsgi process options. Deprecation Notes ***************** * neutron::agents::l3::send_arp_for_ha is deprecated in Ocata, and will be removed in Pike * neutron::server::qos_notification_drivers is deprecated in Ocata, and will be removed in a future release Bug Fixes ********* * Fixes vhostuser port prefix to be the correct value of 'vhu'. Changes in puppet-neutron 11.3.0..11.4.0 ---------------------------------------- 96e5d9a Prepare for post-Pike updates 096091a Switch to Zuul v3 testing 95ca7ca Enable neutron-destroy-port-patches service f01dac1 [pike] Add Puppet package to bindep, for module build 9369802 Fixes vhostuser port prefix with ODL OVS host config b67a6cc Deprecate parameters deprecated in Ocata 83e8ac7 Switch neutron auth provider to keystone v3 889da59 Adds the ability to specify ML2 ODL Features 78a1702 add parameter to overwrite/add wsgi process options a12f581 Update Gemfile to pull spec_helper from stable/pike 69aa4ac Update UPPER_CONSTRAINTS_FILE for stable/pike 42bc3e4 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 6 ++ Gemfile | 5 +- bindep.txt | 1 + lib/puppet/provider/neutron.rb | 10 ++- manifests/agents/l3.pp | 20 +++-- manifests/agents/ml2/ovs.pp | 9 +++ manifests/params.pp | 1 + manifests/plugins/ml2/opendaylight.pp | 6 ++ manifests/plugins/ovs/opendaylight.pp | 4 +- manifests/server.pp | 18 +++-- manifests/wsgi/apache.pp | 88 ++++++++++++---------- metadata.json | 4 +- ...d_odl_features_ml2_option-be14cd406e24febb.yaml | 6 ++ ...recate_ocata_deprecations-cb42c8f439bdb1d1.yaml | 8 ++ ...utron-destroy-patch-ports-38ed2c8c810e063c.yaml | 7 ++ ...ight-ovs-vhostuser-prefix-b20936f45a37d644.yaml | 4 + .../switch-keystone-to-v3-8c2c2111fe29c57c.yaml | 4 + .../wsgi_process_options-b1861c6dbc1d9d23.yaml | 4 + releasenotes/source/conf.py | 4 +- spec/classes/neutron_agents_ml2_ovs_spec.rb | 14 +++- .../neutron_plugins_ml2_opendaylight_spec.rb | 4 +- spec/classes/neutron_wsgi_apache_spec.rb | 63 +++++++++------- spec/unit/provider/neutron_spec.rb | 32 ++++---- tox.ini | 2 +- 25 files changed, 219 insertions(+), 106 deletions(-)
participants (1)
-
no-reply@openstack.org