puppet-nova 16.1.0 (ussuri)
We are happy to announce the release of: puppet-nova 16.1.0: Puppet module for OpenStack Nova This release is part of the ussuri 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. 16.1.0 ^^^^^^ New Features ************ * A new nova::compute::libvirt::virtlogd class has been added to manage virtlogd configration. Upgrade Notes ************* * The deprecated parameter neutron_url in nova::network::neutron is removed. * The deprecated parameter neutron_url_timeout in nova::network::neutron is removed. Please use the neutron_timeout parameter instead. * The deprecated parameter firewall_driver in nova::network::neutron is removed. * Deprecated fping_path option has been removed. * Deprecated keymap option has been removed. Deprecation Notes ***************** * nova::auth_strategy was deprecated because the corresponding parameter is not was deprecated. Changes in puppet-nova 16.0.0..16.1.0 ------------------------------------- d2a9f480 Prepare Ussuri M2 8b2e9108 Deprecate nova::auth_strategy 33283a3c Make sure to remove libvirt parameters by default 1e0af558 Deprecate nova::workarounds::enable_numa_live_migration 7c7e0702 Remove deprecated nova::network::neutron params ec1dd390 Remove keymap option a34732bd Remove fping_path option d20fe583 vcpu_pin_set gets set under [compute] instead of [DEFAULT] fe83a496 Fix stdlib version in metadata 9e07a3f6 Add support to configure virtlogd Diffstat (except docs and test files) ------------------------------------- lib/puppet/provider/virtlogd_config/ini_setting.rb | 22 ++++ lib/puppet/type/virtlogd_config.rb | 46 +++++++ manifests/api.pp | 9 -- manifests/compute.pp | 4 +- manifests/compute/libvirt.pp | 12 ++ manifests/compute/libvirt/virtlogd.pp | 132 +++++++++++++++++++++ manifests/compute/libvirt/virtlogd/config.pp | 30 +++++ manifests/compute/spice.pp | 12 -- manifests/init.pp | 16 ++- manifests/network/neutron.pp | 30 +---- manifests/workarounds.pp | 15 ++- metadata.json | 16 +-- .../deprecate_auth_strategy-87bf439647037fbd.yaml | 5 + .../notes/libvirt-virtlogd-f4e2618a87fbab5a.yaml | 5 + ...eprecated-network-neutron-3e31bdda08e9068f.yaml | 9 ++ ...recated_fping_path_option-86f90600cb43f5c2.yaml | 3 + ..._deprecated_keymap-option-96beecb094f35644.yaml | 3 + spec/classes/nova_compute_libvirt_spec.rb | 1 + spec/classes/nova_compute_libvirt_virtlogd_spec.rb | 71 +++++++++++ spec/classes/nova_compute_spec.rb | 10 +- spec/classes/nova_init_spec.rb | 6 +- spec/classes/nova_network_neutron_spec.rb | 11 +- spec/classes/nova_workarounds_spec.rb | 2 +- 23 files changed, 379 insertions(+), 91 deletions(-)
participants (1)
-
no-reply@openstack.org