We are content to announce the release of: puppet-mistral 9.2.0: Puppet module for OpenStack Mistral This release is part of the newton release series. For more details, please see below. 9.2.0 ^^^^^ New Features * Allows configuring CORS settings. Changes in puppet-mistral 9.1.0..9.2.0 -------------------------------------- 6ff2ed9 Prepare 9.2.0 (newton b3) c12ebbf Move other-requirements.txt to bindep.txt 5e911b7 Add log directory to .gitignore bfabd4e Add CORS settings ccc911a Add api_workers to puppet-mistral 2cd2a93 puppet4: make sure database is created before db_sync run c36ae89 Add missing tag on python-mistralclient package. 2d75244 Include openstacklib defaults manifest. Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + bindep.txt | 0 manifests/api.pp | 43 ++++++++++------- manifests/client.pp | 1 + manifests/cors.pp | 56 ++++++++++++++++++++++ manifests/db/mysql.pp | 2 + manifests/params.pp | 1 + metadata.json | 8 ++-- other-requirements.txt | 0 .../notes/mistral_cors-744479c133f69360.yaml | 3 ++ releasenotes/source/conf.py | 4 +- spec/classes/mistral_api_spec.rb | 4 +- spec/classes/mistral_client_spec.rb | 13 +++++ spec/classes/mistral_cors_spec.rb | 49 +++++++++++++++++++ spec/classes/mistral_db_mysql_spec.rb | 2 +- spec/classes/mistral_engine_spec.rb | 4 +- spec/classes/mistral_executor_spec.rb | 8 +++- 17 files changed, 170 insertions(+), 29 deletions(-)