[release-announce] puppet-manila 14.2.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Fri Feb 15 00:17:35 UTC 2019
We are glad to announce the release of:
puppet-manila 14.2.0: Puppet module for OpenStack Manila
This release is part of the stein release series.
Download the package from:
https://tarballs.openstack.org/puppet-manila/
For more details, please see below.
14.2.0
^^^^^^
Upgrade Notes
*************
* The deprecated parameter auth_uri is now removed, please use
www_authenticate_uri.
* The deprecated parameters use_syslog, use_stderr, log_facility,
log_dir and debug in the init class is now removed. Please set them
in the logging class.
* Deprecated mysql_module option has been removed.
* Keystone v2 has been oficially deprecated. Add new configuration
options for nova and neutron to be used with keystone v3.
Deprecation Notes
*****************
* check_revocations_for_cached option is now deprecated for removal,
the parameter has no effect.
* hash_algorithms option is now deprecated for removal, the
parameter has no effect.
* Deprecate nova_catalog_info, nova_catalog_admin_info,
nova_api_insecure, nova_ca_certificates_file, nova_admin_username,
nova_admin_password, nova_admin_tenant_name and nova_admin_auth_url
from nova section in manila.conf. Deprecate neutron_api_insecure,
neutron_ca_certificates_file, neutron_url, neutron_url_timeout,
neutron_admin_username, neutron_admin_password,
neutron_admin_tenant_name, neutron_region_name,
neutron_admin_auth_url and neutron_auth_strategy from neutron
section in manila.conf.
Changes in puppet-manila 14.1.0..14.2.0
---------------------------------------
ba25bd0 Prepare Stein M2
5ae8e28 Updating nova and neutron configuration
b083709 Fix editorial problem
94dabe1 Fix rabbitmq version in metadata
49180c5 Remove mysql_module option
add60ec Cleanup documentation
c7af61f Fix lint
36782ba Change openstack-dev to openstack-discuss
b2af5bd Remove deprecated logging
1c684f4 Remove auth_uri
e5adf97 Replace ::keystone:python by ::keystone:client
c75873e Deprecate pki related options
Diffstat (except docs and test files)
-------------------------------------
README.md | 2 +-
manifests/api.pp | 2 +-
manifests/compute/nova.pp | 170 +++++++++++++---
manifests/db/mysql.pp | 9 -
manifests/init.pp | 27 ---
manifests/keystone/auth.pp | 64 +++---
manifests/keystone/authtoken.pp | 54 +++--
manifests/logging.pp | 198 +++++++++---------
manifests/network/neutron.pp | 226 ++++++++++++++++-----
manifests/params.pp | 2 +-
manifests/policy.pp | 4 +-
metadata.json | 12 +-
...te_pki_related_parameters-b0901e5e64816b64.yaml | 6 +
.../notes/remove-auth-uri-95c3c544751c107a.yaml | 4 +
...remove-deprecated-logging-1f9da83a74e11491.yaml | 5 +
...cated_mysql_module_option-87667965412c38ff.yaml | 3 +
...a-neutron-with-keystonev3-3386a497d476d7d8.yaml | 14 ++
setup.cfg | 2 +-
spec/acceptance/basic_manila_spec.rb | 4 +-
spec/classes/manila_compute_nova_spec.rb | 86 +++++---
spec/classes/manila_init_spec.rb | 5 -
spec/classes/manila_keystone_authtoken_spec.rb | 6 -
spec/classes/manila_network_neutron_spec.rb | 116 +++++++----
23 files changed, 656 insertions(+), 365 deletions(-)
More information about the Release-announce
mailing list