[puppet] puppet-manila 12.0.0 (queens)
We eagerly announce the release of: puppet-manila 12.0.0: Puppet module for OpenStack Manila This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-manila/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Add new parameter "host", an opaque identifier for the node, not necessarily a host name, FQDN, or IP address. May be used for more than one node when these are in an HA cluster. Known Issues ************ * Keystone v2.0 API was removed so we need to set a default value for user_domain_name and project_domain name, which will be Default as it is already in some other classes in modules. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. Changes in puppet-manila 11.3.0..12.0.0 --------------------------------------- 1eb6daa Add Puppet package to bindep, for module build 8ea8e5a Prepare for Queens Milestone 1 40368e0 Configure *_domain_name to Default by default 773c72e Accept empty strings for log_dir 45f2400 Update to the latest address in README 04f0ebf Add deps to all that is needed 085e47f Update openstackdocstheme to latest version 047e770 Remove useless variables in params.pp da6e9b2 Deprecate revocation_cache_time option 7f68f46 Use Python to compute release notes version 9ba31a8 Update versions for Queens cycle 6ee1fc2 Add "host" parameter for manila.conf 70fc3c7 Update reno for stable/pike 66ce1e8 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/compute/nova.pp | 22 +++++++------- manifests/init.pp | 7 +++++ manifests/keystone/auth.pp | 2 ++ manifests/keystone/authtoken.pp | 34 +++++++++++++--------- manifests/logging.pp | 6 +++- manifests/params.pp | 2 -- manifests/volume/cinder.pp | 24 ++++++++------- metadata.json | 10 +++---- .../notes/add_host_parameter-1a16fb834cc3ff98.yaml | 5 ++++ .../notes/default-domain-58d9ea68fa468e75.yaml | 7 +++++ ...tion_cache_time_parameter-364888537fa13493.yaml | 4 +++ releasenotes/source/conf.py | 4 +-- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++ spec/classes/manila_init_spec.rb | 3 ++ spec/classes/manila_keystone_authtoken_spec.rb | 7 ++--- test-requirements.txt | 5 ++-- 19 files changed, 99 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 629ab00..8db5c0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0 -# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 -reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org