Yoga Series Release Notes¶
20.4.0¶
New Features¶
Added parameter
allow_ping_health_monitorsto theoctavia::apiclass
20.3.0¶
New Features¶
The
octavia::certificatesclass now supports the following parameters.barbican_authservice_nameendpoint
The
octavia::api::provider_driversparameter now supports array or hash value, and the given value is conveted to correctly formatted string when being put into octavia.conf.
The new
octavia::controller::default_connection_limitparameter has been added.
The new
octavia::service_auth::system_scopeparameter has been added.
The new
octavia::task_flowclass has been added. This class manages parameters in thetask_flowsection, which are required to use the amphora v2 driver.
The
octavia::db::mysqlclass and theoctavia::db::postgresqlclass now support creating a separate database for taskflow persistence.
The
octavia::db::sync_persistenceclass has been added. This class invokes the command to initialize the taskflow persistence database.
Deprecation Notes¶
The
octavia::health_manager::workersparameter has been deprecated. Use thehealth_update_threadsparameter and thestats_update_threadsparameter instead.
The
octavia::api::provider_driversparameter has been deprecated in favor of the newoctavia::api::enabled_provider_driversparameter.