[puppet] puppet-glance 12.3.0 (queens)
We are overjoyed to announce the release of: puppet-glance 12.3.0: Puppet module for OpenStack Glance This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-glance/ 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 *********** * Change default value to false for enable_api_v1 in glance::api class. Change default value to false for enable_registry_v1 in glance::registry class. If enable_api_v1 and enable_registry_v1 options are set to $::os_service_default, a warning will be sent. Changes in puppet-glance 12.2.0..12.3.0 --------------------------------------- a13c943 Prepare for Queens Milestone 3 40aab38 Fix the glance api version warning 85c9d66 Remove pinned versions from test-requirements.txt 939a583 Add use_journal option for logging configuration 3bc17a6 Add group to policy management 58566a0 Update the cirros version to "0.4.0" db1f3be Run puppet-openstack-beaker-jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + manifests/api.pp | 4 ++-- manifests/api/logging.pp | 6 ++++++ manifests/params.pp | 1 + manifests/policy.pp | 11 +++++++---- manifests/registry.pp | 4 ++-- manifests/registry/logging.pp | 6 ++++++ metadata.json | 10 +++++----- ...d-use_journal-option-for-logging-9d1bab2bd5816127.yaml | 5 +++++ .../notes/fix_version_warning-9c2b39584af72126.yaml | 6 ++++++ spec/acceptance/basic_glance_spec.rb | 2 +- spec/classes/glance_api_logging_spec.rb | 15 +++++++++------ spec/classes/glance_api_spec.rb | 2 +- spec/classes/glance_policy_spec.rb | 6 ++++-- spec/classes/glance_registry_logging_spec.rb | 15 +++++++++------ spec/classes/glance_registry_spec.rb | 2 +- test-requirements.txt | 6 +++--- 17 files changed, 69 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
participants (1)
-
no-reply@openstack.org