[release-announce] [puppet] puppet-neutron 11.3.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 24 14:04:38 UTC 2017
We are happy to announce the release of:
puppet-neutron 11.3.0: Puppet module for OpenStack Neutron
This release is part of the pike stable release series.
Download the package from:
https://tarballs.openstack.org/puppet-neutron/
For more details, please see below.
11.3.0
^^^^^^
New Features
************
* It is now possible to configure the service credentials needed by
the LBaaS service , specifically the *service_auth* section in
Neutron.
* Added nuage configuration file under neutron-server configuration
directory so that neutron-server can pick up the configuration file
on startup. This change creates nuage_plugin.conf symlink under the
folder /etc/neutron/conf.d/neutron-server.
* The parameter metadata_host was added to the metadata agent
resource. This sets the nova_metadata_host value which is meant to
replace the nova_metadata_ip value and allows you to set hostnames
instead of just IPs.
Deprecation Notes
*****************
* neutron::rpc_backend is deprecated and will be removed in a future
release. Please use neutron::default_transport_url instead.
Changes in puppet-neutron 11.2.0..11.3.0
----------------------------------------
9ab45b0 Prepare for official Pike release
01396ee Add support for nova_metadata_host in metadata configuration
a87919c Addition of Nuage configuration to neutron-server conf directory
1f12876 Bump modules to next minor with -dev
93774ca Fix unit test for neutron::client class
1051415 Update openstackdocstheme>=1.16.0
60c1efd Added service authentication options to LBaaS
4b5ff43 Deprecate oslo.messaging rpc_backend option parameter
Diffstat (except docs and test files)
-------------------------------------
manifests/agents/metadata.pp | 5 +
manifests/init.pp | 106 ++++++++++-----------
manifests/plugins/ml2/nuage.pp | 16 ++++
manifests/services/lbaas/octavia.pp | 58 ++++++++++-
metadata.json | 12 +--
...lbaas-service-credentials-449198dd97813e8e.yaml | 4 +
.../add-nuage-neutron-conf-6917ecfef840fe2e.yaml | 6 ++
...ate_rpc_backend_parameter-3387dac8e395c003.yaml | 4 +
.../notes/nova-metadata-host-010d8e454df0d085.yaml | 6 ++
releasenotes/source/conf.py | 4 +-
spec/classes/neutron_agents_metadata_spec.rb | 1 +
spec/classes/neutron_client_spec.rb | 44 +++++----
spec/classes/neutron_init_spec.rb | 7 +-
spec/classes/neutron_plugins_ml2_nuage_spec.rb | 22 +++++
.../classes/neutron_services_lbaas_octavia_spec.rb | 74 +++++++++++++-
test-requirements.txt | 2 +-
16 files changed, 278 insertions(+), 93 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index a23c7e7..629ab00 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+openstackdocstheme>=1.16.0 # Apache-2.0
More information about the Release-announce
mailing list