Ussuri Series Release Notes¶
16.4.0¶
New Features¶
The new
gnocchi::keystone::authtoken::interface
parameter has been added, which can be used to set the interface parameter in authtoken middleware.
16.3.0¶
New Features¶
The following parameters were added to the
gnocchi::storage::swift
class to configure keystone region and domain used for access to Swift.swift_region
swift_user_domain_name
swift_project_domain_name
Deprecation Notes¶
The
gnocchi::storage::swift::auth_tenant_name
parameter was deprecated and will be remove in a future release. Use theauth_project_name
parameter instead.
16.2.0¶
Deprecation Notes¶
The gnocchi::database_connection was deperecated. Use the gnocchi::db::database_connection parameter instead.
gnocchi::storage::coordination_url and gnocchi::storage::package_ensure were deprecated because coordination_url in storage seciton was deprecated in gnocchi. Use the parameters in gnocchi class.
gnocchi::storage::metric_processing_dealy was deprecated because the corresponding parameter under storage section was deprecated in gnocchi. Use gnocchi::metricd::metric_processing_delay instead.