[puppet] puppet-heat 12.2.0 (queens)
We are chuffed to announce the release of: puppet-heat 12.2.0: Puppet module for OpenStack Heat This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-heat/ For more details, please see below. 12.2.0 ^^^^^^ New Features * Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald. * Heat has additional configuration option for plugin_dirs parameter. This parameter provides a list of directories to search for plug- ins. This change allows configuration of plugin_dirs parameter in heat.conf file. Changes in puppet-heat 12.1.0..12.2.0 ------------------------------------- 56cbd7c Make heat parameter plugin_dirs configurable 7870a0f Add a parameter to be able to override clients_keystone/auth_uri. 3add18a Prepare for Queens Milestone 3 d59fde5 Remove pinned versions from test-requirements.txt befa77c Add use_journal option for logging configuration fd952e2 Add group to policy management 608fa12 Run puppet-openstack-beaker-jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + manifests/engine.pp | 17 +++++++++++ manifests/init.pp | 13 ++++++++- manifests/logging.pp | 6 ++++ manifests/params.pp | 3 +- manifests/policy.pp | 34 +++++++++++++--------- metadata.json | 8 ++--- ...ournal-option-for-logging-b152b982a916e35e.yaml | 5 ++++ ...add_plugin_dirs_parameter-20c755fbdb22c58d.yaml | 6 ++++ spec/classes/heat_engine_spec.rb | 11 +++++++ spec/classes/heat_init_spec.rb | 5 ++++ spec/classes/heat_logging_spec.rb | 13 +++++---- spec/classes/heat_policy_spec.rb | 9 +++--- test-requirements.txt | 6 ++-- 14 files changed, 105 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0d..aa9dd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx # BSD +openstackdocstheme # Apache-2.0 @@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno # Apache-2.0
participants (1)
-
no-reply@openstack.org