Wallaby Series Release Notes¶
18.5.0¶
New Features¶
The following parameters have been added to the
octavia::apiclass. These parameters allows customizing the same parameters in the[api_setting]section.default_listener_ciphersdefault_pool_cipherstls_cipher_prohibit_listdefault_listener_tls_versionsdefault_pool_tls_versionsminimum_tls_version
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::api::healthcheck_refresh_intervalparameter has been added.
Now the
octavia::provider::ovncan manage the package required to use OVN Octavia provider.
The following parameters have been added to the
octavia::provider::ovnclass.ovsdb_connection_timeoutovsdb_retry_max_intervalovsdb_probe_interval
Support for the
ovn_sb_*parameters has been added to theoctavia::provider::ovnclass.
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.
18.4.0¶
New Features¶
Support for the
[haproxy_amphora] build_rate_limitparameter has been added.
The new
octavia::api::healthcheck_enabledparameter has been added.
The new
octavia::healthcheckclass has been added. This class manages parameters of healthcheck middlware in oslo.middleware.
The new
octavia::controller::image_driverparameter has been added.
The new
octavia::policy::enforce_scopeparameter has been added to support the corresponding parameter in oslo.policy library.
The new
octavia::policy::enforce_new_defaultsparameter has been added.
The new
octavia::cinderclass has been added. This class manages parameters of the[cinder]section.
The new
octavia::controller::volume_typeparameter has been added.