We enthusiastically announce the release of: puppet-placement 4.2.0: Puppet module for OpenStack placement This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/puppet-placement Download the package from: https://tarballs.openstack.org/puppet-placement/ Please report issues through: https://bugs.launchpad.net/puppet-placement/+bugs For more details, please see below. 4.2.0 ^^^^^ New Features ************ * The new "placement::client" class has been added to manage osc- placement package. Bug Fixes ********* * In wsgi configuration, now workers is used to define concurrency by default instead of threads, to be consistent with the other puppet modules. Changes in puppet-placement 4.1.0..4.2.0 ---------------------------------------- 57daa72 Prepare Victoria M2 0a59d67 Add support for management of osc-placement package ac6e4e9 Use workers instead of threads in wsgi by default Diffstat (except docs and test files) ------------------------------------- manifests/client.pp | 24 ++++++++++ manifests/deps.pp | 11 +++++ manifests/params.pp | 2 + manifests/wsgi/apache.pp | 8 ++-- metadata.json | 8 ++-- .../notes/osc-placement-c9df6c2ce40537d0.yaml | 5 +++ .../notes/wsgi-use-workers-b096fb4e67ad72d2.yaml | 5 +++ spec/classes/placement_client_spec.rb | 51 ++++++++++++++++++++++ spec/classes/placement_wsgi_apache.rb | 4 +- 9 files changed, 108 insertions(+), 10 deletions(-)