[puppet] puppet-heat 12.0.0 (queens)
We are overjoyed to announce the release of: puppet-heat 12.0.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.0.0 ^^^^^^ New Features ************ * Add new parameter 'default_user_data_format' to specify the user_data format in the server. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. Changes in puppet-heat 11.3.0..12.0.0 ------------------------------------- 47a5613 Add Puppet package to bindep, for module build dad2b21 Prepare for Queens Milestone 1 7a137e2 apache wsgi: Exchange defaults for workers and threads 781c75c Allow setting log files for apache vhost f12aea2 Accept empty strings for log_dir 5832f16 Update to the latest address in README b787dc8 Update openstackdocstheme to latest version 3c5f674 Deprecate revocation_cache_time option ece5e90 Add support for default_user_data_format 10a7db8 add parameter to overwrite/add wsgi process options f7e6fd9 Use Python to compute release notes version 6f8f57d Update versions for Queens cycle 463c6f6 Update reno for stable/pike 65862b4 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/engine.pp | 14 +++ manifests/keystone/authtoken.pp | 24 +++-- manifests/logging.pp | 6 +- manifests/wsgi/apache.pp | 112 +++++++++++++-------- manifests/wsgi/apache_api.pp | 74 ++++++++------ manifests/wsgi/apache_api_cfn.pp | 76 ++++++++------ manifests/wsgi/apache_api_cloudwatch.pp | 74 ++++++++------ metadata.json | 8 +- ..._default_user_data_format-712df91a3f826e51.yaml | 4 + ...tion_cache_time_parameter-715bec6808d3036b.yaml | 4 + releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++ spec/classes/heat_engine_spec.rb | 3 + spec/classes/heat_keystone_authtoken_spec.rb | 3 - spec/classes/heat_wsgi_apache_api_cfn_spec.rb | 31 +++--- .../heat_wsgi_apache_api_cloudwatch_spec.rb | 29 +++--- spec/classes/heat_wsgi_apache_api_spec.rb | 31 +++--- test-requirements.txt | 5 +- 21 files changed, 308 insertions(+), 204 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