We are chuffed to announce the release of: puppet-zaqar 19.1.0: Puppet module for OpenStack Zaqar This release is part of the xena release series. The source is available from: https://opendev.org/openstack/puppet-zaqar Download the package from: https://tarballs.openstack.org/puppet-zaqar/ Please report issues through: https://bugs.launchpad.net/puppet-zaqar/+bugs For more details, please see below. 19.1.0 ^^^^^^ New Features ************ * The new "zaqar::cors" class has been added. Upgrade Notes ************* * Fedora is no longer supported. Changes in puppet-zaqar 19.0.0..19.1.0 -------------------------------------- 4aa042d Add support for [cors] options d19b7a0 Debian and /usr/lib/python3: fix path e1b0c4e Drop Fedora support 0cfbe24 Get rid of the $pyvers variable 0afad6e Set fixture paths for unit tests 0b3a14e Prepare Xena M1 Diffstat (except docs and test files) ------------------------------------- manifests/cors.pp | 58 ++++++++++++++++++++++ manifests/params.pp | 5 +- metadata.json | 8 +-- releasenotes/notes/cors-dc03ea932c4d6521.yaml | 4 ++ .../notes/drop-fedora-7ea493ab73fa8a0f.yaml | 4 ++ spec/classes/zaqar_client_spec.rb | 10 +--- spec/classes/zaqar_cors_spec.rb | 53 ++++++++++++++++++++ spec/classes/zaqar_wsgi_apache_spec.rb | 30 +++-------- spec/spec_helper.rb | 5 ++ 9 files changed, 137 insertions(+), 40 deletions(-)