We are gleeful to announce the release of: puppet-ceilometer 12.3.0: Puppet module for OpenStack Ceilometer This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-ceilometer/ For more details, please see below. 12.3.0 ^^^^^^ New Features ************ * Adds the use_journal option for configuring oslo.log. This will enable passing the logs to journald. Other Notes *********** * ceilometer::dispatcher::gnocchi::url option has been deprecated in the previous release. Let's remove this option as the code upstream has been removed. Changes in puppet-ceilometer 12.2.0..12.3.0 ------------------------------------------- 2420ac3 Prepare for Queens Milestone 3 0aee614 Remove url option a9474aa Remove pinned versions from test-requirements.txt 994e23c Add use_journal option for logging configuration f03bc45 Add group to policy management f562bff Run puppet-openstack-beaker-jobs 24085e9 Remove client_package_name in params.pp Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + manifests/dispatcher/gnocchi.pp | 13 ----------- manifests/logging.pp | 6 +++++ manifests/params.pp | 2 +- manifests/policy.pp | 26 +++++++++++++++------- metadata.json | 8 +++---- ...ournal-option-for-logging-9563deb9e59d2cb1.yaml | 5 +++++ .../notes/remove_url-9a82fc5b9f88cc39.yaml | 6 +++++ spec/classes/ceilometer_logging_spec.rb | 3 +++ spec/classes/ceilometer_policy_spec.rb | 9 ++++---- test-requirements.txt | 6 ++--- 11 files changed, 52 insertions(+), 33 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