Current Series Release Notes¶
25.0.0-32¶
New Features¶
Add the
access_log_env_var
parameter to thenova::wsgi::apache_api
and thenova::wsgi::apache_metadata
classes to allow filtering logs (eg. suppress healthecks)
The new
nova::cache::backend_expiration_time
parameter has been added.
The new
nova::keystone::auth::configure_service
parameter has been added.
Allow setting custom url for spice proxy. This makes it possible to specify an URL without explicit port setting.
The following parameters have been added to the
nova
class.record
source_is_ipv6
The following parameters have been added to the
nova::limit
class.endpoint_service_name
endpoint_service_type
endpoint_region_name
endpoint_interface
This module now officially supports Puppet 8.
The following parameters have been added to the
nova::quota
class.unified_limits_resource_strategy
unified_limits_resource_list
Added parameters
skip_cpu_compare_on_dest
andskip_cpu_compare_at_startup
to thenova::workarounds
class.
Upgrade Notes¶
The following parameters now require integer values.
nova::compute::vncproxy_port
nova::compute::spice::proxy_port
nova::vncproxy::port
nova::vncproxy::common:vncproxy_port
The
nova_aggregate
resource now requires an array value for itshosts
property in case multiple hosts should belong to the aggregate.
The
properties
property ofnova_flavor
resource and themetadata
property ofnova_aggregate
resource now accept only Hash values.
Deprecation Notes¶
The
nova::rabbit_heartbeat_in_pthread
parameter has been deprecated and will be removed in the future release.
Bug Fixes¶
Fixed
nova_aggregate
resource so that the resource ensures all values given for thehosts
property present.