Yoga Series Release Notes¶
20.4.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
20.3.0¶
New Features¶
The following parameters of the
troveclass have been deprecated. Use parameters of thetrove::dbclass instead.database_connectiondatabase_idle_timeoutdatabase_max_retriesdatabase_retry_intervaldatabase_max_pool_sizedatabase_max_overflow
The new
system_scopeparameter has been added to the following classes.trove::api::service_credentialstrove::guestagent::service_credentials
Upgrade Notes¶
The following deprecated parameters of the
troveclass have been removed.nova_proxy_admin_usernova_proxy_admin_passnova_proxy_tenant_nameos_region_name
Now the
trove::api::service_credentialsclass no longer looks up theauth_urlparameter from thetrove::keystone::authtokenclass. The parameter should be defined properly.
The
trove::guestagent::auth_urlparameter has been removed.
Now this modules no longer use
trove-conductor.confandtrove-taskmanager.conf. The parameters previously added to these files are now added to the basetrove.conf.
Deprecation Notes¶
The
trove::guestagent::backup_aes_cbc_keyparameter has been deprecated because the actual parameter in Trove was already deprecated.
The
trove:use_neutronparameter has been deprecated and has no effect now. This parameter will be removed in a future release.
The following parameters have been deprecated and have no effect now.
trove::config::trove_taskmanager_configtrove::config::trove_conductor_config
The following classes have been deprecated and have no effect now.
trove::conductor::service_credentialstrove::taskmanager::service_credentials
The following parameters of the
trove::conductorclass and thetrove::taskmanagerclass have been deprecated and have no effect.debuglog_filelog_diruse_sysloglog_facility
The following resource types have been deprecated.
trove_conductortrove_taskmanager
Bug Fixes¶
Now the
trove-guestagentservice is disabled by default, because this service should be run in instances instead of in hosts. The service can be still enabled by setting thetrove::guestagent::enabledparameter totruebut this requires careful consideration.