[puppet] puppet-mistral 12.0.0 (queens)
We exuberantly announce the release of: puppet-mistral 12.0.0: Puppet module for OpenStack Mistral This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Configure keystonemiddleware in a consistent way with all options required for Keystone v3. * Add parameter to apache_wsgi to allow overwrite and/or add additional wsgi process options. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. * mistral::keystone_tenant is deprecated in favor of mistral::keystone::authtoken::project_name. * mistral::keystone_user is deprecated in favor of mistral::keystone::authtoken::username. * mistral::keystone_password is deprecated in favor of mistral::keystone::authtoken::password. * mistral::identity_uri is deprecated in favor of mistral::keystone::authtoken::auth_url. * mistral::auth_uri is deprecated in favor of mistral::keystone::authtoken::auth_uri. Changes in puppet-mistral 11.3.0..12.0.0 ---------------------------------------- 9caf006 Add Puppet package to bindep, for module build 8954f10 add parameter to overwrite/add wsgi process options 1270672 Prepare for Queens Milestone 1 fcfd1a7 Allow setting log files for apache vhost acf4f4d Accept empty strings for log_dir f286a74 Update to the latest address in README 34eafd0 Update openstackdocstheme to latest version 048d47a Set the now-deprecated auth params to undef a2c5b31 Deprecate revocation_cache_time option 7c3d77d Revert "Revert "Revert "Revert "Add support for Keystone authtoken"""" 9e35a40 Use Python to compute release notes version 915346b Update versions for Queens cycle d419c12 Update reno for stable/pike 20700ed Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/init.pp | 55 ++-- manifests/keystone/authtoken.pp | 282 +++++++++++++++++++++ manifests/logging.pp | 6 +- manifests/wsgi/apache.pp | 106 +++++--- metadata.json | 8 +- ...tion_cache_time_parameter-3e3ec8dd06f29c08.yaml | 4 + .../notes/keystone_authtoken-4eefe6058143c876.yaml | 10 + .../wsgi_process_options-945733f0b0d9f355.yaml | 4 + releasenotes/source/conf.py | 4 +- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 + spec/classes/mistral_init_spec.rb | 12 +- spec/classes/mistral_keystone_authtoken_spec.rb | 144 +++++++++++ spec/classes/mistral_wsgi_apache_spec.rb | 83 +++--- test-requirements.txt | 5 +- 17 files changed, 614 insertions(+), 119 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