2024.2 Series Release Notes¶
25.0.0¶
New Features¶
Added the new
keystone::max_password_lengthparameter to configure the maximum allowed length for user passwords.
Add
keystone::federation::openidc::additional_locationsto specify additional Apache Location directives with mod_auth_openidc parameters.
Added new
manage_resources(default to true) inkeystone::bootstrapclass that can be set to false to not manage resources created by bootstrap.
The following new parameters have been added to the
keystone::cacheclass.token_cache_timecredential_cachingcredential_cache_timeapplication_credential_cachingapplication_credential_cache_time
The new
keystone::rabbit_enable_cancel_on_failoverparameter has been added.
Add
keystone::federation::openidc:openidc_metadata_dirparameter to specify OIDCMetadataDir path instead of OIDCProviderMetadataURL . This may be required when multiple OIDC providers are used for the federation.
The new
keystone::healthcheck::enable_by_file_pathsparameter has been added.
Added
database_slave_connectionparameter tokeystone::dbclass.
Added
manage_packageparameter to thekeystoneclass.
The new
keystone::list_limitparameter has been added.
The new
keystone::notification_retryparameter has been added.
The new
keystone::federation::openidc::openidc_redirect_uriparameter has been added.
The new
keystone::rabbit_qos_prefetch_countparameter has been added.
The new
keystone::bootstrap::service_descriptionparameter has been added.
Upgrade Notes¶
If you’re setting
bootstrapparameter inkeystone::bootstrapclass to false you now also need to setmanage_resourcesto false to keep the same behaviour.
The deprecated
keystone::messaging::amqpclass has been removed.
Deprecation Notes¶
The
keystone::logging::watch_log_fileparameter has been deprecated.