[release-announce] puppet-nova 22.1.0 (antelope)
no-reply at openstack.org
no-reply at openstack.org
Thu Jun 15 09:39:43 UTC 2023
We are pumped to announce the release of:
puppet-nova 22.1.0: Puppet module for OpenStack Nova
This release is part of the antelope release series.
The source is available from:
https://opendev.org/openstack/puppet-nova
Download the package from:
https://tarballs.openstack.org/puppet-nova/
Please report issues through:
https://bugs.launchpad.net/puppet-nova/+bugs
For more details, please see below.
22.1.0
^^^^^^
New Features
************
* The new "nova::migration::libvirt::manage_service" parameter has
been added.
* The "nova::compute::libvirt::services" class now installs the
"libvirt-damon" package explicitly in CentOS and RHEL when modular
libvirt daemons are not used. This is required in recent CentOS
Stream 9 to use legacy libvirtd service and socket.
Bug Fixes
*********
* The "nova::migration::libvirt" class no longer reads the
"nova::compute::libvirt::manage_libvirt_services" parameter to
decide whether the class should/shouldn't manage services. The new
"nova::migration::libvirt::manage_service" parameter now controls
that behavior.
Changes in puppet-nova 22.0.0..22.1.0
-------------------------------------
c6e354fc Dont log output when setting virsh secret
56aeeb03 Fix restart of modular libvirt daemons after config change
510698dc Drop modular libvirt daemon names for Debian/Ubuntu
861bef82 Prohibit modular libvirt in non RedHat distributions
08dcf094 Prepare new stable/2023.1 release
3fa17436 Add release note about libvirt-daemon package installation
d1bb160e CentOS: Install libvirt-daemon package for monolithic daemon
29f27cb2 Fix incorrect usage of manage_libvirt_services
42c66854 Remove logic to look up removed parameters
89512c90 Update TOX_CONSTRAINTS_FILE for stable/2023.1
ef06f39b Update .gitreview for stable/2023.1
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
manifests/compute/image_cache.pp | 18 +-
manifests/compute/libvirt/services.pp | 88 +++++--
manifests/compute/rbd.pp | 7 +-
manifests/deps.pp | 1 +
manifests/migration/libvirt.pp | 16 +-
manifests/params.pp | 51 ++--
metadata.json | 2 +-
...on-libvirt-manage-service-3d205cd3772650b7.yaml | 13 +
.../notes/libvirt-daemon-1cfe1bd9f29708fe.yaml | 7 +
spec/classes/nova_compute_libvirt_services_spec.rb | 7 +-
spec/classes/nova_compute_rbd_spec.rb | 9 +-
spec/classes/nova_migration_libvirt_spec.rb | 286 +++++++++------------
tox.ini | 2 +-
14 files changed, 284 insertions(+), 224 deletions(-)
More information about the Release-announce
mailing list