[puppet] puppet-sahara 12.0.0 (queens)
We joyfully announce the release of: puppet-sahara 12.0.0: Puppet module for OpenStack Sahara This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-sahara/ For more details, please see below. 12.0.0 ^^^^^^ 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-sahara 11.3.0..12.0.0 --------------------------------------- a5748fb Add Puppet package to bindep, for module build b68741b Prepare for Queens Milestone 1 8f83bce Accept empty strings for log_dir e260b70 Use Keystone v3 credentials 894f325 Configure *_domain_name to Default by default 1c4b009 Update to the latest address in README c0b6f95 Add deps to all that is needed 547de0e Update openstackdocstheme to latest version eb9743d Deprecate revocation_cache_time option a4e0fca Use Python to compute release notes version 60021e9 Update versions for Queens cycle 5c26b47 Update reno for stable/pike 141061b Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + .../provider/sahara_cluster_template/openstack.rb | 2 +- .../sahara_node_group_template/openstack.rb | 2 +- manifests/keystone/authtoken.pp | 48 +++++++++++++--------- manifests/logging.pp | 6 ++- metadata.json | 8 ++-- .../notes/default-domain-ef6bd3e929f3ee74.yaml | 7 ++++ ...tion_cache_time_parameter-7e6e3ab6bfc3e3c9.yaml | 4 ++ releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++ spec/classes/sahara_keystone_authtoken_spec.rb | 7 +--- test-requirements.txt | 5 +-- 14 files changed, 65 insertions(+), 38 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