[release-announce] puppet-cloudkitty 8.0.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 2 14:05:27 UTC 2021


We are psyched to announce the release of:

puppet-cloudkitty 8.0.0: Puppet module for OpenStack cloudkitty

This release is part of the xena release series.

The source is available from:

    https://opendev.org/openstack/puppet-cloudkitty

Download the package from:

    https://tarballs.openstack.org/puppet-cloudkitty/

Please report issues through:

    https://bugs.launchpad.net/puppet-cloudkitty/+bugs

For more details, please see below.

8.0.0
^^^^^

New Features

* The following parameters have been added to the "cloudkitty::api"
  class, to support parameters of oslo.middleware.

  * "enable_proxy_headers_parsing"

  * "max_request_body_size"

* There is now a new policy_dirs parameter in the cloudkitty::policy
  class, so one can set a custom path.

* A new class cloudkitty::wsgi::uwsgi exist to allow configuring
  uwsgi in operating systems that support this (ie: currently Debian).
  This helps configuring the number of processes, threads and listen
  socket. Also, a new cloudkitty_api_wsgi_config provider now exist.

Changes in puppet-cloudkitty 7.4.0..8.0.0
-----------------------------------------

131fa90 setup.cfg: Replace dashes with underscores
5f643a2 Get rid of the $pyvers variable
13a5a26 Add support for oslo.middleware options
19d3603 Fix lint errors with the latest lint packages
d2b734d Bump version for the start of Xena
4c43a1e Debian api_uwsgi_config: Switch to :ini_setting
36bf4ee Add support for cloudkitty_api_uwsgi_config in Debian
c723e38 Bump dependency in metadata.json
e639e07 Allow to configure policy_dirs
149d429 Update master for stable/wallaby


Diffstat (except docs and test files)
-------------------------------------

.../cloudkitty_api_uwsgi_config/ini_setting.rb     | 10 ++++
lib/puppet/type/cloudkitty_api_uwsgi_config.rb     | 29 ++++++++++
manifests/api.pp                                   | 32 ++++++++---
manifests/deps.pp                                  |  5 ++
manifests/init.pp                                  | 20 -------
manifests/params.pp                                |  3 +-
manifests/policy.pp                                |  8 ++-
manifests/wsgi/uwsgi.pp                            | 41 ++++++++++++++
metadata.json                                      | 10 ++--
.../oslo-middleware-opts-dc5cb5545dcf3046.yaml     |  8 +++
.../notes/policy-dirs-bfafaa20874da1a1.yaml        |  5 ++
releasenotes/notes/uwsgi-667cde5860fc4e18.yaml     |  7 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/wallaby.rst                    |  6 ++
setup.cfg                                          |  6 +-
spec/classes/cloudkitty_api_spec.rb                | 16 ++++--
spec/classes/cloudkitty_client_spec.rb             | 10 +---
spec/classes/cloudkitty_policy_spec.rb             |  2 +
spec/classes/cloudkitty_wsgi_uwsgi_spec.rb         | 31 +++++++++++
spec/spec_helper.rb                                |  2 +
.../ini_setting_spec.rb                            | 57 +++++++++++++++++++
spec/unit/type/cloudkitty_api_uwsgi_config_spec.rb | 64 ++++++++++++++++++++++
22 files changed, 320 insertions(+), 53 deletions(-)







More information about the Release-announce mailing list