Yoga Series Release Notes¶
20.4.0¶
New Features¶
Added parameter
allow_ping_health_monitors
to theoctavia::api
class
20.3.0¶
New Features¶
The
octavia::certificates
class now supports the following parameters.barbican_auth
service_name
endpoint
The
octavia::api::provider_drivers
parameter 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_limit
parameter has been added.
The new
octavia::service_auth::system_scope
parameter has been added.
The new
octavia::task_flow
class has been added. This class manages parameters in thetask_flow
section, which are required to use the amphora v2 driver.
The
octavia::db::mysql
class and theoctavia::db::postgresql
class now support creating a separate database for taskflow persistence.
The
octavia::db::sync_persistence
class has been added. This class invokes the command to initialize the taskflow persistence database.
Deprecation Notes¶
The
octavia::health_manager::workers
parameter has been deprecated. Use thehealth_update_threads
parameter and thestats_update_threads
parameter instead.
The
octavia::api::provider_drivers
parameter has been deprecated in favor of the newoctavia::api::enabled_provider_drivers
parameter.