We are pumped to announce the release of: puppet-magnum 14.1.0: Puppet module for Magnum This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-magnum/ For more details, please see below. 14.1.0 ^^^^^^ New Features * Added magnum::api::workers and magnum::conductor::workers which can be used to specify the number of worker processes. * Added magnum::api::manage_service that can be used to determine if we should manage the service state or not. * Added new class magnum::wsgi::apache, you can now run the magnum API under Apache with mod_wsgi. Changes in puppet-magnum 13.3.0..14.1.0 --------------------------------------- c618a4e Prepare Stein M1 73b6b14 Fix stdlib version in metadata c115c31 Fix auth_uri deprecation 930f70f Fix rabbitmq example 3d05aa4 Update min tox version to 2.0 28cd52b Dissuade .gitignore references to personal tools 8663888 Test Magnum API with WSGI e16f87c Add Magnum API WSGI support 544c8ba switch documentation job to new PTI eed0259 import zuul job settings from project-config 284959e Bump version for the start of Stein f7c745c Add the missing 'Table of Contents' in README d59bd32 Add workers to magnum api and conductor 1c219c6 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitignore | 12 +- .zuul.yaml | 1 + README.md | 2 + examples/magnum.pp | 9 +- manifests/api.pp | 61 ++++++-- manifests/conductor.pp | 6 + manifests/keystone/authtoken.pp | 2 +- manifests/params.pp | 30 ++-- manifests/wsgi/apache.pp | 155 +++++++++++++++++++++ metadata.json | 12 +- .../notes/add-workers-1ae88b14d0638a82.yaml | 5 + .../notes/magnum-api-wsgi-d0740524e4232379.yaml | 8 ++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 + spec/acceptance/basic_magnum_spec.rb | 9 +- spec/classes/magnum_api_spec.rb | 53 +++++-- spec/classes/magnum_conductor_spec.rb | 13 +- tox.ini | 2 +- 18 files changed, 333 insertions(+), 54 deletions(-)