We are gleeful to announce the release of: puppet-nova 15.8.1: Puppet module for OpenStack Nova This release is part of the train stable 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. Changes in puppet-nova 15.8.0..15.8.1 ------------------------------------- 287ce1fe Bump metadata to create the real final train release 2442758b Fixing section ovsdb_connection e2c2ba61 Prepare the final stable/train release 43cd2b49 Introducing default_tls_verify a6adf208 Disable libvirtd.service before starting sockets f939f674 Add TLS options to oslo.cache 2ae766f1 Allow both DEFAULT/dhcp_domain and api/dhcp_domain to be set dbba136c Set dhcp_domain for all nova services 64113fee Revert "Remove parameter nova::compute::pci_passthrough" Diffstat (except docs and test files) ------------------------------------- manifests/cache.pp | 43 +++++++++++++++++ manifests/compute.pp | 15 ++++++ manifests/compute/libvirt/qemu.pp | 12 +++++ manifests/init.pp | 9 +++- manifests/metadata.pp | 16 ++----- manifests/migration/libvirt.pp | 12 ++++- metadata.json | 14 +++--- .../notes/add_tls_options-9f4cd19db6a76a76.yaml | 4 ++ .../qemu-default_tls_verify-57e7afd6670afec2.yaml | 5 ++ spec/classes/nova_cache_spec.rb | 17 +++++++ spec/classes/nova_compute_libvirt_qemu_spec.rb | 55 +++++++++++++++++++++- spec/classes/nova_compute_spec.rb | 55 ++++++++++++++++++++++ spec/classes/nova_init_spec.rb | 8 +++- 13 files changed, 240 insertions(+), 25 deletions(-)