2025.1 Series Release Notes¶
26.0.0¶
New Features¶
Add the
access_log_env_varparameter to thenova::wsgi::apache_apiand thenova::wsgi::apache_metadataclasses to allow filtering logs (eg. suppress healthecks)
Add a new
amqp_auto_deleteparameter, so that transient queues are automatically deleted.
The new
nova::cache::backend_expiration_timeparameter has been added.
The new
nova::keystone::auth::configure_serviceparameter has been added.
Allow setting custom url for spice proxy. This makes it possible to specify an URL without explicit port setting.
The new
nova::compute::libvirt::nfs_mount_point_baseparameter has been added.
The new
nova::compute::libvirt::volume_enforce_multipathparameter has added.
The following parameters have been added to the
novaclass.recordsource_is_ipv6
The following parameters have been added to the
nova::limitclass.endpoint_service_nameendpoint_service_typeendpoint_region_nameendpoint_interface
This module now officially supports Puppet 8.
A new parameter
rabbit_transient_queues_ttlhas been added to the nova class to configure how long transtient queue should stay until they are automatically deleted.
Ubuntu 24.04 is now formally supported.
The following parameters have been added to the
nova::quotaclass.unified_limits_resource_strategyunified_limits_resource_list
Added parameters
skip_cpu_compare_on_destandskip_cpu_compare_at_startupto thenova::workaroundsclass.
Upgrade Notes¶
The following parameters now require integer values.
nova::compute::vncproxy_portnova::compute::spice::proxy_portnova::vncproxy::portnova::vncproxy::common:vncproxy_port
The
nova_aggregateresource now requires an array value for itshostsproperty in case multiple hosts should belong to the aggregate.
The
propertiesproperty ofnova_flavorresource and themetadataproperty ofnova_aggregateresource now accept only Hash values.
The following parameters no longer accept string values. Use arrays of hashes instead.
nova::compute::pci::passthroughnova::pci::aliases
Ubuntu 22.04 is no longer supported.
Deprecation Notes¶
The
nova::compute::pci::passthroughparameter has been deprecated in favor of the newdevice_specsparameter.
The
nova::rabbit_heartbeat_in_pthreadparameter has been deprecated and will be removed in the future release.
Bug Fixes¶
Fixed
nova_aggregateresource so that the resource ensures all values given for thehostsproperty present.